logo

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