Struct bip_metainfo::DirectAccessor [] [src]

pub struct DirectAccessor<'a> { /* fields omitted */ }

Accessor that pulls data in directly from memory.

Methods

impl<'a> DirectAccessor<'a>
[src]

Create a new DirectAccessor from the given file name and contents.

Trait Implementations

impl<'a> IntoAccessor for DirectAccessor<'a>
[src]

Concrete Accessor type that will be converted into.

Convert the type into some Accessor as a Result.

impl<'a> Accessor for DirectAccessor<'a>
[src]

Access the directory that all files should be relative to.

Access the metadata for all files including their length and path.

Access the sequential pieces that make up all of the files.