pub type MangoAccountLoadedRefCellMut<'a> = DynamicAccount<MangoAccountDynamicHeader, RefMut<'a, MangoAccountFixed>, RefMut<'a, [u8]>>;
Expand description

Useful when loading from RefCell, like from AccountInfo