[][src]Trait tirse::DisplayCollector

pub trait DisplayCollector {
    fn display<T: ?Sized>(msg: &T) -> Self
    where
        T: Display
; }

Required methods

fn display<T: ?Sized>(msg: &T) -> Self where
    T: Display

Loading content...

Implementors

Loading content...