Type Definition nash_protocol::errors::Result[][src]

pub type Result<T> = Result<T, ProtocolError>;
Expand description

Expose custom Result type that wraps ProtocolError