Enum ra_ap_base_db::ProcMacroExpansionError[][src]

pub enum ProcMacroExpansionError {
    Panic(String),
    System(String),
}

Variants

Panic(String)

Tuple Fields of Panic

0: String
System(String)

Things like “proc macro server was killed by OOM”.

Tuple Fields of System

0: String

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.