Home
last modified time | relevance | path

Searched refs:ErrTimeout (Results 1 – 3 of 3) sorted by relevance

/webrtc/util/src/
H A Derror.rs23 ErrTimeout, enumerator
/webrtc/util/src/buffer/
H A Dmod.rs257 return Err(Error::ErrTimeout); in read()
H A Dbuffer_test.rs25 assert_eq!(result.unwrap_err(), Error::ErrTimeout); in test_buffer()