Trait GetVal

Source
pub trait GetVal<T> {
    // Required method
    fn get_value(&self) -> T;
}

Required Methods§

Source

fn get_value(&self) -> T

Implementors§