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ยง
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.
struct SharedFileSnapshot<T> { /* private fields */ }