Skip to main content

BoxedStateRouter

Type Alias BoxedStateRouter 

Source
pub type BoxedStateRouter<K, In> = Box<dyn StateRouter<K, Inbound = In>>;

Aliased Typeยง

pub struct BoxedStateRouter<K, In>(/* private fields */);