Struct rustdoc::clean::cfg::InvalidCfgError[][src]

pub struct InvalidCfgError {
    pub msg: &'static str,
    pub span: Span,
}

Fields

Trait Implementations

impl PartialEq for InvalidCfgError
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Debug for InvalidCfgError
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for InvalidCfgError

impl !Sync for InvalidCfgError