pub trait ExtractMemos {
    fn extract_memos(&self) -> Vec<String> ;
}

Required Methods§

Implementations on Foreign Types§

Implementors§