Type Alias SharedSnapshot

Source
pub type SharedSnapshot<T> = OwnShared<Snapshot<T>>;
Expand description

A snapshot of a resource which is up-to-date in the moment it is retrieved.

Aliased Typeยง

struct SharedSnapshot<T> { /* private fields */ }