Type Definition sn_routing::Result[][src]

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

The type returned by the sn_routing message handling methods.