Skip to main content

Console

Trait Console 

Source
pub trait Console {
    // Required methods
    fn early_write(bytes: &[u8]) -> usize;
    fn early_read() -> Option<u8>;
}

Required Methods§

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.

Implementors§