Skip to main content

QueryEnv

Trait QueryEnv 

Source
pub trait QueryEnv {
    // Required method
    fn get_var(&self, var: &str) -> Option<String>;
}

Required Methods§

Source

fn get_var(&self, var: &str) -> Option<String>

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§