Type Alias pi_share::ShareCell

source ·
pub type ShareCell<T> = TrustCell<T>;

Aliased Type§

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