[go: up one dir, main page]

[][src]Type Definition gimli::read::EndianBuf

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.