ockam_node

Type Alias NodeReplyResult

Source
pub type NodeReplyResult = Result<RouterReply, Error>;
Expand description

The reply/result of a Node

Aliased Type§

enum NodeReplyResult {
    Ok(RouterReply),
    Err(Error),
}

Variants§

§1.0.0

Ok(RouterReply)

Contains the success value

§1.0.0

Err(Error)

Contains the error value