Skip to main content

IntoServiceObj

Trait IntoServiceObj 

Source
pub trait IntoServiceObj {
    // Required method
    fn into_service_obj(self) -> ServiceObj;
}
Expand description

Service helper trait implemented for both raw objects and builder entries.

Required Methods§

Implementors§