Home
last modified time | relevance | path

Searched defs:IoSourceWrapper (Results 1 – 1 of 1) sorted by relevance

/external/crosvm/cros_async/src/
Daudio_streams_async.rs41 pub struct IoSourceWrapper<T: IntoAsync + Send> { struct
46 impl<T: IntoAsync + Send> ReadAsync for IoSourceWrapper<T> { implementation
60 impl<T: IntoAsync + Send> WriteAsync for IoSourceWrapper<T> { implementation
74 impl<T: IntoAsync + Send> ReadWriteAsync for IoSourceWrapper<T> {} implementation