[][src]Type Definition solid_core::error::Result

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

Simple wrapper around std::result::Result