Trait PathTrait

Source
pub trait PathTrait: LuaAstNode {
    // Provided methods
    fn get_access_path(&self) -> Option<String> { ... }
    fn get_member_path(&self) -> Option<String> { ... }
}

Provided Methods§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§