Type Definition git_repository::threading::Mutable

source ·
pub type Mutable<T> = Mutex<RawMutex, T>;
Expand description

A synchronization primitive which provides read-write access right away.