Struct profiler_get_symbols::FileContentsWithChunkedCaching[][src]

pub struct FileContentsWithChunkedCaching<S: FileByteSource> { /* fields omitted */ }

Implementations

Trait Implementations

Must return the length, in bytes, of this file.

Must return a slice of the file contents, or an error. The slice’s lifetime must be valid for the entire lifetime of this FileContents object. This restriction may be a bit cumbersome to satisfy; it’s a restriction that’s inherited from the object crate’s ReadRef trait. Read more

TODO: document

Append size bytes to buffer, starting to read at offset in the file.

Whether the file is empty.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.