PinRc

Type Alias PinRc 

Source
pub type PinRc<T> = PinRcGeneric<T, Cell<usize>>;

Aliased Typeยง

pub struct PinRc<T>(/* private fields */);