Trait moa_core::Inspectable

source ·
pub trait Inspectable {
    // Required method
    fn inspect(&mut self, system: &System, args: &[&str]) -> Result<(), Error>;
}
Expand description

A device (peripheral) that can inspected using the built-in debugger

Required Methods§

source

fn inspect(&mut self, system: &System, args: &[&str]) -> Result<(), Error>

Implementors§