Type Alias 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.

Aliased Type§

struct SharedFileSnapshot<T> { /* private fields */ }

Trait Implementations§

1.0.0 · source§

impl<T, A> Deref for Rc<T, A>where A: Allocator, T: ?Sized,

§

type Target = T

The resulting type after dereferencing.
source§

fn deref(&self) -> &T

Dereferences the value.