Type Alias PinRcStorage

Source
pub type PinRcStorage<T> = PinRcGenericStorage<T, Cell<usize>>;

Aliased Typeยง

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