Trait log::kv::ToKey

source ·
pub trait ToKey {
    fn to_key(&self) -> Key<'_>;
}
Expand description

A type that can be converted into a Key.

Required Methods§

Perform the conversion.

Implementations on Foreign Types§

Implementors§