Trait sp_runtime::traits::Printable
source · pub trait Printable {
// Required method
fn print(&self);
}
Expand description
Trait for things which can be printed from the runtime.
pub trait Printable {
// Required method
fn print(&self);
}
Trait for things which can be printed from the runtime.