pub trait IterableFeeInfo {
// Required methods
fn amount(&self) -> Option<FeeAmount>;
fn accounts(&self) -> Vec<FeeAccount>;
}
Expand description
Methods for use w/ Vec
pub trait IterableFeeInfo {
// Required methods
fn amount(&self) -> Option<FeeAmount>;
fn accounts(&self) -> Vec<FeeAccount>;
}
Methods for use w/ Vec