[][src]Type Definition darling::Result

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

An alias of Result specific to attribute parsing.