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

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

Convenient alias to a Result containing a local Error type