Type Definition choices::error::ChoicesResult[][src]

type ChoicesResult<T> = Result<T, ChoicesError>;

Alias for a Result returning a ChoicesError.