Skip to main content

ServiceStartResult

Type Alias ServiceStartResult 

Source
pub type ServiceStartResult<T> = Result<T, ServiceStartError>;

Aliased Type§

pub enum ServiceStartResult<T> {
    Ok(T),
    Err(ServiceStartError),
}

Variants§

§1.0.0

Ok(T)

Contains the success value

§1.0.0

Err(ServiceStartError)

Contains the error value