Type Definition clap::Result
[−]
[src]
type Result<T> = StdResult<T, Error>;
Short hand for Result
type
type Result<T> = StdResult<T, Error>;
Short hand for Result
type