Struct syntax_ext::proc_macro_impl::AttrProcMacro [] [src]

pub struct AttrProcMacro {
    pub inner: fn(_: TsShim, _: TsShim) -> TsShim,
}
🔬 This is a nightly-only experimental API. (rustc_private)

this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?

Fields

🔬 This is a nightly-only experimental API. (rustc_private)

this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?

Trait Implementations

impl AttrProcMacro for AttrProcMacro
[src]

🔬 This is a nightly-only experimental API. (rustc_private)

this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?

Auto Trait Implementations

impl Send for AttrProcMacro

impl Sync for AttrProcMacro