Skip to main content

ExplainAccount

Trait ExplainAccount 

Source
pub trait ExplainAccount {
    // Required method
    fn explain(&self) -> AccountExplain;
}
Expand description

Trait for accounts that can produce a structured explanation.

Required Methods§

Source

fn explain(&self) -> AccountExplain

Generate a human-readable explanation of this account.

Implementors§