Type Alias r3bl_terminal_async::StdMutex

source ·
pub type StdMutex<T> = Mutex<T>;

Aliased Type§

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