Skip to main content

Indexable

Trait Indexable 

Source
pub trait Indexable {
    // Required method
    fn index_keys(&self) -> BTreeSet<String>;
}

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§