Type Definition inquire::error::InquireResult[][src]

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

Result type where errors are of type InquireError