Searched defs:TokioSource (Results 1 – 3 of 3) sorted by relevance
88 pub struct TokioSource<T: AsRawDescriptor> { struct94 impl<T: AsRawDescriptor> TokioSource<T> { argument286 impl<T: AsRawDescriptor> Drop for TokioSource<T> { implementation
173 pub struct TokioSource<T> { struct178 impl<T: AsRawDescriptor> TokioSource<T> { argument
21 struct TokioSource<'fd>(mio_aio::Source<nix::sys::aio::AioFsync<'fd>>); struct23 impl<'fd> AioSource for TokioSource<'fd> { implementation