pub trait WalletLogPrintf {
    // Required method
    fn wallet_log_printf<Params>(&self, fmt: String, parameters: Params);
}

Required Methods§

source

fn wallet_log_printf<Params>(&self, fmt: String, parameters: Params)

Implementors§