Skip to main content

Ordering

Trait Ordering 

Source
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§

Source

fn rank(&self, art: &Art) -> RankMap

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§