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