Trait lib2::Whitespace
source · [−]pub trait Whitespace<Idx>where
Idx: ?Sized,{
type Output;
fn index(&self, index: Idx) -> &Self::Output;
}
pub trait Whitespace<Idx>where
Idx: ?Sized,{
type Output;
fn index(&self, index: Idx) -> &Self::Output;
}