pub trait UIfmtHeaderExt {
// Required methods
fn size_pretty(&self) -> String;
fn total_difficulty_pretty(&self) -> String;
}Required Methods§
fn size_pretty(&self) -> String
fn total_difficulty_pretty(&self) -> String
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".