Trait serialize::DecoderHelpersUnstable [-]  [+] [src]

pub trait DecoderHelpers<E> {
    fn read_to_vec<T, F>(&mut self, f: F) -> Result<Vec<T>, E> where F: FnMut(&mut Self) -> Result<T, E>;
}

Required Methods

fn read_to_vec<T, F>(&mut self, f: F) -> Result<Vec<T>, E> where F: FnMut(&mut Self) -> Result<T, E>

Implementors