Trait mai::OptionSetter [] [src]

pub trait OptionSetter<T> {
    fn set_option(self, _: T) -> T;
}

Required Methods

Implementors