Type Definition asuran::repository::backend::object_wrappers::BackendObject[][src]

pub type BackendObject = Box<dyn Backend<Index = IndexObject, Manifest = ManifestObject>>;

Trait Implementations

Returns a view of the index of the repository

Writes the specified encrypted key to the backend Read more

Attempts to read the encrypted key from the backend.

Returns a view of this respository’s manifest

Starts reading a chunk from the backend Read more

Starts writing a chunk to the backend Read more

Consumes the current backend handle, and does any work necessary to close out the backend properly Read more

Creates a new trait-object based BackendHandle Read more

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more