pub type Ep = Box<dyn AsEp<Item = EpEvent>>;
Expand description

Trait object endpoint

Aliased Type§

struct Ep(/* private fields */);