Trait musli::mode::Mode

source ·
pub trait Mode {
    // Provided method
    fn is_human_readable() -> bool { ... }
}
Expand description

The trait for a mode.

Provided Methods§

source

fn is_human_readable() -> bool

Indicate if the current mode is human readable.

Implementors§