Type Definition gimli::read::EndianBuf [−][src]
type EndianBuf<'input, Endian> = EndianSlice<'input, Endian>;
👎 Deprecated:
EndianBuf has been renamed to EndianSlice, use that instead.
EndianBuf has been renamed to EndianSlice. For ease of upgrading across
gimli versions, we export this type alias.