Type Definition Result
darling
type Result<T> = Result<T, Error>;
An alias of Result specific to attribute parsing.
Result