Trait extra::flatpipes::Unflattener

pub trait Unflattener<T> {
    fn unflatten(&self, buf: ~[u8]) -> T;
}

Unflatteners convert a byte vector to a value

Required Methods

fn unflatten(&self, buf: ~[u8]) -> T

Implementors