[][src]Trait lifeline::DefaultCarrier

pub trait DefaultCarrier<FromBus: Bus>: CarryFrom<FromBus> {
    fn carry_default() -> (Self, FromBus, Self::Lifeline) { ... }
}

Constructs two bus types, and spawns the carrier between them. Returns both busses, and the carrier's lifeline.

Provided methods

fn carry_default() -> (Self, FromBus, Self::Lifeline)

Loading content...

Implementors

Loading content...