[][src]Trait jlib::base::TWHashMap

pub trait TWHashMap {
    fn get_value_from_key(&self, s: &str) -> Option<&u16>;
fn get_key_from_value(&self, i: u16) -> Option<&'static str>; }

Required methods

fn get_value_from_key(&self, s: &str) -> Option<&u16>

fn get_key_from_value(&self, i: u16) -> Option<&'static str>

Loading content...

Implementors

impl TWHashMap for LedgerEntryTypeMap[src]

impl TWHashMap for TransactionResultMap[src]

impl TWHashMap for TransactionTypeMap[src]

Loading content...