[][src]Type Definition sn_node::Result

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

Specialisation of std::Result for Node.