Trait plugkit::variant::Value [] [src]

pub trait Value<T> {
    fn get(&self) -> T;
fn set(&mut self, _: &T); }

Required Methods

Implementors