Struct drone_macros_core::CfgCond [−][src]
pub struct CfgCond { /* fields omitted */ }
List of conditional compilation clauses.
Implementations
impl CfgCond
[src]
impl CfgCond
[src]pub fn add_clause(&mut self, rhs: &Self)
[src]
pub fn attrs(&self) -> TokenStream
[src]
Returns a TokenStream
for conditional compilation.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CfgCond
impl RefUnwindSafe for CfgCond
impl UnwindSafe for CfgCond
impl UnwindSafe for CfgCond