Trait pear::input::Slice[][src]

pub trait Slice<I: Input>: Show + Length + PartialEq<I::Slice> { }

Implementors

impl<I: Input, S> Slice<I> for S where
    S: Show + Length + PartialEq<I::Slice>, 
[src]