Trait mfio_rt::FileHandle

source ·
pub trait FileHandle: AsyncRead<u64> + AsyncWrite<u64> { }
Expand description

Supertrait for file handles.

Object Safety§

This trait is not object safe.

Implementors§