Read
Error
object
0.36.7
Read
Error
Required Methods
read_error
Implementations on Foreign Types
Option<T>
Result<T, ()>
Result<T, Error>
Implementors
In object::
read
Modules
any
archive
coff
elf
gnu_compression
macho
pe
private
read_cache
read_ref
traits
util
xcoff
Structs
Bytes
CodeView
Comdat
ComdatIterator
ComdatSectionIterator
CompressedData
CompressedFileRange
DynamicRelocationIterator
Error
Export
Import
NoDynamicRelocationIterator
ObjectMap
ObjectMapEntry
ObjectMapFile
ReadCache
ReadCacheRange
Relocation
RelocationMap
RelocationMapEntry
Section
SectionIndex
SectionIterator
SectionRelocationIterator
Segment
SegmentIterator
StringTable
Symbol
SymbolIndex
SymbolIterator
SymbolMap
SymbolMapName
SymbolTable
Enums
AddressSize
Architecture
BinaryFormat
ComdatKind
CompressionFormat
File
FileFlags
FileKind
ObjectKind
RelocationEncoding
RelocationFlags
RelocationKind
RelocationTarget
SectionFlags
SectionKind
SegmentFlags
SubArchitecture
SymbolFlags
SymbolKind
SymbolScope
SymbolSection
Traits
Object
ObjectComdat
ObjectSection
ObjectSegment
ObjectSymbol
ObjectSymbolTable
ReadCacheOps
ReadError
ReadRef
SymbolMapEntry
Type Aliases
NativeFile
Result
object
::
read
Trait
ReadError
Copy item path
Settings
Help
Summary
Source
trait ReadError<T> { // Required method fn
read_error
(self, error: &'static
str
) ->
Result
<T>; }
Required Methods
§
Source
fn
read_error
(self, error: &'static
str
) ->
Result
<T>
Implementations on Foreign Types
§
Source
§
impl<T>
ReadError
<T> for
Option
<T>
Source
§
fn
read_error
(self, error: &'static
str
) ->
Result
<T>
Source
§
impl<T>
ReadError
<T> for
Result
<T,
()
>
Source
§
fn
read_error
(self, error: &'static
str
) ->
Result
<T>
Source
§
impl<T>
ReadError
<T> for
Result
<T,
Error
>
Source
§
fn
read_error
(self, error: &'static
str
) ->
Result
<T>
Implementors
§