TransactionTypeExtension

Trait TransactionTypeExtension 

Source
pub trait TransactionTypeExtension {
    // Required methods
    fn style(&self, s: &str) -> String;
    fn style_with_sign(&self, s: &str, history: bool) -> String;
}

Required Methods§

Source

fn style(&self, s: &str) -> String

Source

fn style_with_sign(&self, s: &str, history: bool) -> String

Implementations on Foreign Types§

Source§

impl TransactionTypeExtension for TransactionKind

Source§

fn style(&self, s: &str) -> String

Source§

fn style_with_sign(&self, s: &str, history: bool) -> String

Implementors§