Type Alias DynPin

Source
pub type DynPin<F> = Pin<DynPinId, F, PullNone>;

Aliased Typeยง

pub struct DynPin<F> { /* private fields */ }