pub trait SetTraceStatus { // Required method fn set_tracing(&self, enable: bool) -> Result<(), CanError>; }