Trait fuchsia_bluetooth::inspect::DebugExt
source · pub trait DebugExt {
// Required method
fn debug(&self) -> String;
}
Expand description
Convenience function to create a string containing the debug representation of an object that
implements Debug