Type Definition darling::Result [] [src]

type Result<T> = Result<T, Error>;

An alias of Result specific to attribute parsing.