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

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

Convenient alias to a Result containing a local Error type