[][src]Type Definition solid::Result

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

Simple wrapper around std::result::Result