Type Definition git_features::fs::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.
pub type SharedSnapshot<T> = OwnShared<Snapshot<T>>;
A snapshot of a resource which is up-to-date in the moment it is retrieved.