[][src]Type Definition getopt_long::OptResult

type OptResult<T> = Result<T, Box<dyn Error>>;