Type Definition clap_interactive::error::ClapIntResult

source ·
pub type ClapIntResult<T> = Result<T, ClapIntError>;