Skip to main content

Read

Trait Read 

Source
pub trait Read {
    // Required method
    fn read(&self, value_read: u64);
}

Required Methods§

Source

fn read(&self, value_read: u64)

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§