Function vapcore_pod::account::diff_pod[][src]

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

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