pub fn channel(
driver: &(impl Driver + ?Sized),
file: File,
) -> Result<RawAsyncChannel<MappedRingMem>, Error>
Expand description
Opens a channel with a file from open_uio_device
.
pub fn channel(
driver: &(impl Driver + ?Sized),
file: File,
) -> Result<RawAsyncChannel<MappedRingMem>, Error>
Opens a channel with a file from open_uio_device
.