pub type SharedFileSnapshot<T> = OwnShared<FileSnapshot<T>>;Expand description
A snapshot of a resource which is up-to-date in the moment it is retrieved.
Aliased Typeยง
pub struct SharedFileSnapshot<T> { /* private fields */ }pub type SharedFileSnapshot<T> = OwnShared<FileSnapshot<T>>;A snapshot of a resource which is up-to-date in the moment it is retrieved.
pub struct SharedFileSnapshot<T> { /* private fields */ }