Trait kernel::hil::screen::ScreenSetupClient
source · pub trait ScreenSetupClient {
// Required method
fn command_complete(&self, r: Result<(), ErrorCode>);
}
Required Methods§
sourcefn command_complete(&self, r: Result<(), ErrorCode>)
fn command_complete(&self, r: Result<(), ErrorCode>)
The screen will call this function to notify that a command has finished.