Type Alias mempool_space::async_target::BoxedTarget

source ·
pub type BoxedTarget<'a> = Box<dyn Target + Send + 'a>;
Expand description

Type for a boxed trait object implementing Target

Aliased Type§

struct BoxedTarget<'a>(/* private fields */);