☰
Result
Result
In clap::error
Structs
Error
Enums
ContextKind
ContextValue
ErrorKind
Type Definitions
Result
?
Type Definition
clap
::
error
::
Result
source
·
[
−
]
pub type Result<T, E =
Error
> =
StdResult
<T, E>;
Expand description
Short hand for
Result
type