☰
Result
Result
In darling::error
Structs
Accumulator
Error
IntoIter
Type Definitions
Result
?
Type Definition
darling
::
error
::
Result
source
·
[
−
]
pub type Result<T> =
Result
<T,
Error
>;
Expand description
An alias of
Result
specific to attribute parsing.