Type Alias Expression

Source
pub type Expression = Expression<EndianReader<LittleEndian, OwnedOrBorrowed>>;

Aliased Type§

pub struct Expression(pub EndianReader<LittleEndian, OwnedOrBorrowed>);

Tuple Fields§

§0: EndianReader<LittleEndian, OwnedOrBorrowed>