[][src]Type Definition sn_routing::Result

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

The type returned by the sn_routing message handling methods.