Trait syact::Boxed

source ·
pub trait Boxed: Setup + Dismantle {
    type Boxing;
}
Expand description

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

Required Associated Types§

source

type Boxing

The type that is boxed by this type

Implementors§