Type Definition sn_routing::Result[][src]

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

The type returned by the sn_routing message handling methods.