Type Alias swarm_nl::core::NetworkResult

source ·
pub type NetworkResult = Result<AppResponse, NetworkError>;
Expand description

Type that contains the result of querying the network layer.

Aliased Type§

enum NetworkResult {
    Ok(AppResponse),
    Err(NetworkError),
}

Variants§

§1.0.0

Ok(AppResponse)

Contains the success value

§1.0.0

Err(NetworkError)

Contains the error value