Struct stack_graphs::paths::ScopeStack [−][src]
#[repr(C)]pub struct ScopeStack { /* fields omitted */ }
Expand description
A sequence of exported scopes, used to pass name-binding context around a stack graph.
Implementations
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for ScopeStack
impl Send for ScopeStack
impl Sync for ScopeStack
impl Unpin for ScopeStack
impl UnwindSafe for ScopeStack
Blanket Implementations
Mutably borrows from an owned value. Read more