Trait log::kv::ToKey[][src]

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