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