Trait lifeline::DefaultCarrier[][src]

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)[src]

Loading content...

Implementors

Loading content...