Struct darling::Error []

pub struct Error { /* fields omitted */ }

An error encountered during attribute parsing.

Methods

impl Error

Adds a location to the error, such as a field or variant. Locations must be added in reverse order of specificity.

Trait Implementations

impl Debug for Error

impl Error for Error

impl Display for Error