Share

Type Alias Share 

Source
pub type Share<T> = Arc<T>;

Aliased Typeยง

pub struct Share<T> { /* private fields */ }