[−][src]Trait log::kv::ToKey
A type that can be converted into a Key.
Required methods
Loading content...Implementors
impl ToKey for str[src]
impl<'a, T: ?Sized> ToKey for &'a T where
T: ToKey, [src]
T: ToKey,