pub trait FileDescManagerEnvironment:
FileDescOpener
+ FileDescEnvironment<FileHandle = <Self as FileDescOpener>::OpenedFileHandle>
+ AsyncIoEnvironment<IoHandle = <Self as FileDescOpener>::OpenedFileHandle> { }Expand description
A marker trait for implementations which can open, store, and perform async I/O operations on file handles.