Trait Item

Source
pub trait Item: Display { }

Implementors§

Source§

impl<T> Item for T
where T: Display,