Trait solana_cli::memo::WithMemo[][src]

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

Required methods

Implementations on Foreign Types

Implementors