[][src]Macro lang_extension::as_trait

macro_rules! as_trait {
    ($trait: tt) => { ... };
    (impl $trait: tt) => { ... };
}