Skip to main content

BoxedRegisterCommand

Type Alias BoxedRegisterCommand 

Source
pub type BoxedRegisterCommand = Boxed<RegisterCommand>;

Aliased Type§

pub struct BoxedRegisterCommand(pub Box<RegisterCommand>);

Tuple Fields§

§0: Box<RegisterCommand>