pub trait ObjectIndex: Debug + Display + Ord + Hash + Eq + Borrow<str> {
    fn as_index(&self) -> &str;
}
Expand description

Owned object index

Required methods

Borrow the index

Implementations on Foreign Types

Implementors