Skip to main content

ServiceResult

Type Alias ServiceResult 

Source
pub type ServiceResult<T> = WaeResult<T>;
Expand description

服务发现结果类型

Aliased Type§

pub enum ServiceResult<T> {
    Ok(T),
    Err(WaeError),
}

Variants§

§1.0.0

Ok(T)

Contains the success value

§1.0.0

Err(WaeError)

Contains the error value