[][src]Trait lifeline::DefaultService

pub trait DefaultService: Service {
    fn spawn_default() -> (Self::Bus, Self::Lifeline);
}

Constructs the bus, spawns the service, and returns both.

Required methods

fn spawn_default() -> (Self::Bus, Self::Lifeline)

Loading content...

Implementors

impl<T> DefaultService for T where
    T: Service
[src]

Loading content...