Type Alias pacaptr::pm::BoxPm

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

An owned, dynamically typed Pm.

Aliased Type§

struct BoxPm<'a>(Unique<dyn Pm + Send + 'a>, Global);

Fields§

§0: Unique<dyn Pm + Send + 'a>§1: Global

Trait Implementations§

source§

impl From<Config> for BoxPm<'_>

source§

fn from(cfg: Config) -> Self

Generates the Pm instance according it’s name, feeding it with the current Config.