pub trait Whitespace<Idx>where
    Idx: ?Sized,
{ type Output; fn index(&self, index: Idx) -> &Self::Output; }

Required Associated Types

Required Methods

Implementors