Struct anchor_syn::parser::context::ModuleContext [−][src]
pub struct ModuleContext<'krate> { /* fields omitted */ }
Expand description
Module parse context
Keeps track of items defined within a module.
Implementations
Trait Implementations
Auto Trait Implementations
impl<'krate> RefUnwindSafe for ModuleContext<'krate>
impl<'krate> !Send for ModuleContext<'krate>
impl<'krate> !Sync for ModuleContext<'krate>
impl<'krate> Unpin for ModuleContext<'krate>
impl<'krate> UnwindSafe for ModuleContext<'krate>
Blanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = T
Should always be Self