[−][src]Trait comfy_table::ToCells
Allow the conversion of a type to a vector of cells.
By default this is implemented for all types implementing
IntoIterator where the iterated Item type implements ToString.
E.g. a Vec<i32>
works.
Required methods
Loading content...Implementors
impl<T: IntoIterator> ToCells for T where
T::Item: ToCell,
[src]
T::Item: ToCell,