Skip to main content

TableKV

Trait TableKV 

Source
pub trait TableKV:
    Eq
    + PartialEq
    + Hash {
    // Required method
    fn id(&self) -> usize;
}

Required Methods§

Source

fn id(&self) -> usize

Dyn Compatibility§

This trait is not dyn compatible.

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

Implementors§