Trait solana_cli_output::QuietDisplay[][src]

pub trait QuietDisplay: Display {
    fn write_str(&self, w: &mut dyn Write) -> Result { ... }
}

Provided methods

Implementors