pub struct Muxer<T> { /* private fields */ }
Expand description
Muxer.
Implementations§
source§impl<T> Muxer<T>
impl<T> Muxer<T>
sourcepub fn set_option<V>(&mut self, name: &str, value: V) -> Result<(), Error>where
V: ToString,
pub fn set_option<V>(&mut self, name: &str, value: V) -> Result<(), Error>where
V: ToString,
Set an option.