Trait 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>)

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementations on Foreign Types§

Source§

impl IoAt for u64

Implementors§