Type Definition darling_core::error::Result[][src]

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

An alias of Result specific to attribute parsing.

Trait Implementations

impl<T: FromGenerics> FromGenerics for Result<T>[src]

impl<T: FromMeta> FromMeta for Result<T>[src]