[−][src]Trait dsf_core::api::Create
Creation API used to create services
Associated Types
Loading content...Required methods
#[must_use]fn create<'life0, 'async_trait>(
&'life0 mut self,
options: Self::Options
) -> Pin<Box<dyn Future<Output = Result<ServiceHandle, Self::Error>> + Send + 'async_trait>> where
'life0: 'async_trait,
Self: 'async_trait,
&'life0 mut self,
options: Self::Options
) -> Pin<Box<dyn Future<Output = Result<ServiceHandle, Self::Error>> + Send + 'async_trait>> where
'life0: 'async_trait,
Self: 'async_trait,
Create a new service with the provided options