pub struct CachedFileStorage { /* private fields */ }

Implementations

Trait Implementations

Error which may occur when attempting to write to the storage.
Error which may occur when attempting to read from the storage.
When this function is called, the implementor must store the given value for key in the storage or return error in case of failure. Read more
The implementor must return the value at given key (if exists, None if not) or error if getting fails.

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.