Searched refs:IoSourceWrapper (Results 1 – 1 of 1) sorted by relevance
41 pub struct IoSourceWrapper<T: IntoAsync + Send> { struct46 impl<T: IntoAsync + Send> ReadAsync for IoSourceWrapper<T> { argument60 impl<T: IntoAsync + Send> WriteAsync for IoSourceWrapper<T> { implementation74 impl<T: IntoAsync + Send> ReadWriteAsync for IoSourceWrapper<T> {} implementation87 Ok(Box::new(IoSourceWrapper { in async_unix_stream()