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.