Trait dotrix_core::IntoService[][src]

pub trait IntoService: Sized + Send + Sync + 'static {
    fn service(self) -> Service<Self> { ... }
}
Expand description

Service abstraction

More info about crate::services

Provided methods

Constructs wrapped service

Implementors