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