RemoteStorageRef

Type Alias RemoteStorageRef 

Source
pub type RemoteStorageRef<C, E> = Arc<dyn RemoteStorage<Err = E, Context = C> + Send + Sync>;

Aliased Typeยง

pub struct RemoteStorageRef<C, E> { /* private fields */ }