pub type GrpcServerControllerStartResult = Result<(), ServiceError>;

Aliased Type§

enum GrpcServerControllerStartResult {
    Ok(()),
    Err(ServiceError),
}

Variants§

§1.0.0

Ok(())

Contains the success value

§1.0.0

Err(ServiceError)

Contains the error value