[][src]Type Definition modio::Result

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

A Result alias where the Err case is modio::Error.