pub type InquireResult<T> = Result<T, InquireError>;
Expand description

Result type where errors are of type InquireError