Trait epicbox::broker::stomp::option_setter::OptionSetter [−][src]
pub trait OptionSetter<T> {
fn set_option(self, _: T) -> T;
}pub trait OptionSetter<T> {
fn set_option(self, _: T) -> T;
}