pub trait AsTableSlice {
    fn as_slice(&self) -> TableSlice<'_>;
}
Expand description

Trait implemented by types which can be sliced

Required Methods§

Get a slice from self

Implementors§