Skip to main content

VariableInfoExt

Trait VariableInfoExt 

Source
pub(crate) trait VariableInfoExt {
    // Required methods
    fn get_subinfo(&self, path: &[String]) -> &VariableInfo;
    fn has_subpath(&self, path: &[String]) -> bool;
}

Required Methods§

Source

fn get_subinfo(&self, path: &[String]) -> &VariableInfo

Source

fn has_subpath(&self, path: &[String]) -> bool

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl VariableInfoExt for VariableInfo

Source§

fn get_subinfo(&self, path: &[String]) -> &VariableInfo

Source§

fn has_subpath(&self, path: &[String]) -> bool

Implementors§