Type Definition gix_fs::SharedFileSnapshot

source ·
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.