probe_rs::debug

Type Alias EndianReader

Source
pub type EndianReader = EndianReader<LittleEndian, Rc<[u8]>>;
Available on crate feature debug only.
Expand description

A simplified type alias of the gimli::EndianReader type.

Aliased Typeยง

struct EndianReader { /* private fields */ }