logo

Type Definition safe_network::node::Result

source · []
pub type Result<T, E = Error> = Result<T, E>;
Expand description

The type returned by the sn_routing message handling methods.