Trait Scope

Source
pub trait Scope {
    // Required methods
    fn stack(&self) -> Stack;
    fn path(&self) -> Path;
}

Required Methods§

Source

fn stack(&self) -> Stack

Returns the stack an object is associated with.

Source

fn path(&self) -> Path

Returns the object path of self.

Implementors§