[][src]Trait lifeline::DefaultCarrier

pub trait DefaultCarrier<FromBus: Bus>: CarryFrom<FromBus> {
    pub 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

pub fn carry_default() -> (Self, FromBus, Self::Lifeline)[src]

Loading content...

Implementors

Loading content...