Trait extsort::sorter::Sortable[][src]

pub trait Sortable: Sized + Send {
    fn encode<W: Write>(&self, writer: &mut W);
fn decode<R: Read>(reader: &mut R) -> Option<Self>; }

Required methods

fn encode<W: Write>(&self, writer: &mut W)[src]

fn decode<R: Read>(reader: &mut R) -> Option<Self>[src]

Loading content...

Implementors

Loading content...