SharedState

Type Alias SharedState 

Source
pub type SharedState = Arc<Mutex<VideoPlayerState>>;

Aliased Typeยง

pub struct SharedState { /* private fields */ }