Struct libimagstore::file_abstraction::InMemoryFileAbstractionInstance [] [src]

pub struct InMemoryFileAbstractionInstance { /* fields omitted */ }

FileAbstraction type, this is the Test version!

A lazy file is either absent, but a path to it is available, or it is present.

Methods

impl InMemoryFileAbstractionInstance
[src]

Trait Implementations

impl Debug for InMemoryFileAbstractionInstance
[src]

[src]

Formats the value using the given formatter. Read more

impl FileAbstractionInstance for InMemoryFileAbstractionInstance
[src]

[src]

Get the mutable file behind a InMemoryFileAbstraction object

[src]

Auto Trait Implementations