Module own

Source
Expand description

Own namespace of the module.

Re-exports§

pub use prelude::syn;
pub use prelude::proc_macro2;
pub use prelude::quote;
pub use orphan::*;
pub use attr::orphan::*;
pub use attr_prop::orphan::*;
pub use components::orphan::*;
pub use container_kind::orphan::*;
pub use ct::orphan::*;
pub use derive::orphan::*;
pub use diag::orphan::*;
pub use equation::orphan::*;
pub use generic_args::orphan::*;
pub use generic_params::orphan::*;
pub use ident::orphan::*;
pub use item::orphan::*;
pub use item_struct::orphan::*;
pub use name::orphan::*;
pub use kw::orphan::*;
pub use phantom::orphan::*;
pub use punctuated::orphan::*;
pub use quantifier::orphan::*;
pub use struct_like::orphan::*;
pub use tokens::orphan::*;
pub use typ::orphan::*;
pub use typed::orphan::*;
pub use iter::orphan::*;

Macros§

quote
The whole point.

Type Aliases§

Result
Result with syn::Error.