Type Definition easy_args::Result[][src]

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

Convient Result type where [E] is Error.