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

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

A specialised Result type for types crate.