pub fn read_entry<R: EntryReader>(
re: R::RE<'_>,
blacklist: &TypeBlacklist,
) -> Result<Option<NamedEntry>>Expand description
Reads an entry from an EntryReader.
pub fn read_entry<R: EntryReader>(
re: R::RE<'_>,
blacklist: &TypeBlacklist,
) -> Result<Option<NamedEntry>>Reads an entry from an EntryReader.