Type Definition gimli::read::EndianBuf [−][src]
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.