Home
last modified time | relevance | path

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

/external/rust/crates/tokio/tests/
Dio_poll_aio.rs213 struct WrappedLioCb<'a>(LioCb<'a>); struct
214 impl<'a> AioSource for WrappedLioCb<'a> { implementation