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

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

An alias of Result specific to attribute parsing.

Trait Implementations

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