[][src]Type Definition blades::Result

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

A convenience wrapper around std Result