Trait DbKey

Source
pub trait DbKey: 'static {
    type Value: 'static;
}

Required Associated Types§

Source

type Value: 'static

Implementations on Foreign Types§

Source§

impl DbKey for ()

Implementors§