Type Definition safe_network::messaging::Result[][src]

pub type Result<T, E = Error> = Result<T, E>;
Expand description

A specialised Result type for messaging APIs.