Skip to main content

ServiceInitFuture

Type Alias ServiceInitFuture 

Source
pub type ServiceInitFuture<'a> = Pin<Box<dyn Future<Output = Result<Option<Box<dyn Disposable>>, CordisError>> + Send + 'a>>;

Aliased Typeยง

#[repr(transparent)]
pub struct ServiceInitFuture<'a> { /* private fields */ }