Type Alias PinRc

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

Aliased Typeยง

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