pub trait Ordering {
// Required method
fn rank(&self, art: &Art) -> RankMap;
}Expand description
Assigns every ink cell a reveal rank in 0..=1.
Required Methods§
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".