Type Definition rucash::sqlite::Account[][src]

type Account = Item<_Account, Sqlite>;

Implementations

impl Account[src]

pub fn splits(&self) -> Result<Vec<Split>, Error>[src]

pub fn parent(&self) -> Option<Account>[src]

pub fn children(&self) -> Result<Vec<Account>, Error>[src]

pub fn commodity(&self) -> Option<Commodity>[src]

pub fn balance(&self) -> Result<f64, Error>[src]