Trait mfio_netfs::IoAt

source ·
pub trait IoAt: Sized + Clone {
    // Required method
    fn drop_io_wrapper(io: &mut IoWrapper<Self>);
}

Required Methods§

source

fn drop_io_wrapper(io: &mut IoWrapper<Self>)

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl IoAt for u64

Implementors§