Type Alias gimli::read::EndianBuf

source ·
pub type EndianBuf<'input, Endian> = EndianSlice<'input, Endian>;
👎Deprecated: EndianBuf has been renamed to EndianSlice, use that instead.
Expand description

EndianBuf has been renamed to EndianSlice. For ease of upgrading across gimli versions, we export this type alias.

Aliased Type§

struct EndianBuf<'input, Endian> { /* private fields */ }