Skip to main content

AsObjectStore

Trait AsObjectStore 

Source
pub trait AsObjectStore {
    type ObjectStoreT: ObjectStore + ?Sized;

    // Required method
    fn as_object_store(&self) -> &Self::ObjectStoreT;
}
Expand description

A type that can provide an object_store::ObjectStore implementation.

Required Associated Types§

Required Methods§

Implementors§