pub type Expression = Expression<EndianReader<LittleEndian, OwnedOrBorrowed>>;
Aliased Type§
pub struct Expression(pub EndianReader<LittleEndian, OwnedOrBorrowed>);
Tuple Fields§
§0: EndianReader<LittleEndian, OwnedOrBorrowed>
pub type Expression = Expression<EndianReader<LittleEndian, OwnedOrBorrowed>>;
pub struct Expression(pub EndianReader<LittleEndian, OwnedOrBorrowed>);
0: EndianReader<LittleEndian, OwnedOrBorrowed>