[go: up one dir, main page]

LoaderReader

Type Alias LoaderReader 

Source
pub type LoaderReader<'a> = EndianSlice<'a, RunTimeEndian>;
Expand description

The type used by Loader for reading DWARF data.

This is used in the return types of the methods of Loader.

Aliased Typeยง

pub struct LoaderReader<'a> { /* private fields */ }