pub trait RuntimeDisplay {
// Required method
fn fmt(&self, f: &mut Formatter<'_>, rt: &mut RuntimeHandle<'_>) -> Result;
}
pub trait RuntimeDisplay {
// Required method
fn fmt(&self, f: &mut Formatter<'_>, rt: &mut RuntimeHandle<'_>) -> Result;
}