Type Alias rspotify::sync::Mutex

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

A type alias for either an asynchronous mutex or std::sync::Mutex, depending on whether this library is compiled in asynchronous or synchronous mode.

Aliased Type§

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