[][src]Trait loa::bytecode::BytecodeEncodingRead

pub trait BytecodeEncodingRead<T> {
    fn deserialize(&mut self) -> Result<T>;
}

Required methods

fn deserialize(&mut self) -> Result<T>

Loading content...

Implementors

impl<R, T> BytecodeEncodingRead<T> for R where
    R: Read,
    T: BytecodeEncoding
[src]

Loading content...