pub trait Plain {
    fn fmt(&self, fmt: &mut Formatter<'_>) -> Result;
}
Expand description

Format trait for the Conjure PLAIN format.

Required Methods

Formats this value in its Conjure PLAIN format.

Implementations on Foreign Types

Implementors