Skip to main content

ScreenSetupClient

Trait ScreenSetupClient 

Source
pub trait ScreenSetupClient {
    // Required method
    fn command_complete(&self, r: Result<(), ErrorCode>);
}

Required Methods§

Source

fn command_complete(&self, r: Result<(), ErrorCode>)

The screen will call this function to notify that a command has finished.

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§