Trait riot::fmt::Print [] [src]

pub trait Print {
    fn print(self);
}

Required Methods

Implementors