pub type SharedSnapshot<T> = OwnShared<Snapshot<T>>;
A snapshot of a resource which is up-to-date in the moment it is retrieved.
struct SharedSnapshot<T> { /* private fields */ }