Skip to main content

SortedKeys

Trait SortedKeys 

Source
pub trait SortedKeys {
    // Required method
    fn sorted_keys(&self) -> Vec<&str>;
}

Required Methods§

Source

fn sorted_keys(&self) -> Vec<&str>

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§