pub fn diff_pod(
    pre: Option<&PodAccount>,
    post: Option<&PodAccount>
) -> Option<AccountDiff>
Expand description

Determine difference between two optionally existant Accounts. Returns None if they are the same.