Trait observable_rs::Set[][src]

pub trait Set<T>: Sized {
    fn set(&self, value: T);
}

Required methods

fn set(&self, value: T)[src]

Loading content...

Implementors

Loading content...