[][src]Trait lifeline::DefaultService

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

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

Required methods

pub fn spawn_default() -> (Self::Bus, Self::Lifeline)[src]

Loading content...

Implementors

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

Loading content...