Searched refs:StreamEffectError (Results 1 – 1 of 1) sorted by relevance
109 pub enum StreamEffectError { enum113 impl error::Error for StreamEffectError {} implementation115 impl Display for StreamEffectError { implementation118 StreamEffectError::InvalidEffect => write!(f, "Must be in [EchoCancellation, aec]"), in fmt()124 type Err = StreamEffectError;128 _ => Err(StreamEffectError::InvalidEffect), in from_str()