pub trait WithMemo {
    fn with_memo<T: AsRef<str>>(self, memo: Option<T>) -> Self;
}

Required methods

Implementations on Foreign Types

Implementors