Struct intercom_common::error::MacroError [] [src]

pub struct MacroError {
    pub msg: String,
}

Fields

Trait Implementations

impl<'a> From<&'a str> for MacroError
[src]

[src]

Performs the conversion.

impl From<String> for MacroError
[src]

[src]

Performs the conversion.

impl From<LexError> for MacroError
[src]

[src]

Performs the conversion.