[−][src]Trait prettytable::Slice
Trait implemented by types which can be sliced
Associated Types
type Output: 'a
Type output after slicing
Required methods
Loading content...Implementors
impl<'a, T, E> Slice<'a, E> for T where
T: AsRef<TableSlice<'a>>,
[Row]: Index<E, Output = [Row]>,
[src]
T: AsRef<TableSlice<'a>>,
[Row]: Index<E, Output = [Row]>,