Trait common::ToFeeAccount
source · pub trait ToFeeAccount: Sized {
// Required method
fn to_fee_account(&self) -> Option<Self>;
}
pub trait ToFeeAccount: Sized {
// Required method
fn to_fee_account(&self) -> Option<Self>;
}