fedimint_api_client::api

Type Alias PeerResult

source
pub type PeerResult<T> = Result<T, PeerError>;

Aliased Type§

enum PeerResult<T> {
    Ok(T),
    Err(PeerError),
}

Variants§

§1.0.0

Ok(T)

Contains the success value

§1.0.0

Err(PeerError)

Contains the error value