pub trait CurrencyIdExt {
    // Required method
    fn inner(&self) -> Result<TokenSymbol, Error>;
}

Required Methods§

Implementors§