[][src]Trait dvi::Parse

pub trait Parse<V> where
    V: AsRef<[u8]>,
    Self: Sized
{ fn parse(v: V) -> IResult<V, Self>; }

A type that can be parsed from a byte slice

Required methods

fn parse(v: V) -> IResult<V, Self>

Returns the Instruction and how many bytes were used

Loading content...

Implementors

Loading content...