pub trait Boxed: Setup + Dismantle { type Boxing; }
A trait that marks a type as a boxing type for another type that includes e.g. GPIO-pins or other physical interfaces that have to be setup
The type that is boxed by this type