Type Alias Shared

Source
pub type Shared<ContentType> = Arc<Mutex<ContentType>>;

Aliased Type§

struct Shared<ContentType> { /* private fields */ }

Trait Implementations§

Source§

impl<ContentType> With<ContentType> for Shared<ContentType>

Source§

fn with<F>(&mut self, f: F)