Type Alias r3bl_terminal_async::SafeHistory

source ·
pub type SafeHistory = Arc<StdMutex<History>>;

Aliased Type§

struct SafeHistory { /* private fields */ }