Trait log::kv::ToValue [−][src]
A type that can be converted into a Value
.
Required methods
Loading content...Implementations on Foreign Types
impl<'a, T: ?Sized> ToValue for &'a T where
T: ToValue,
[src]
T: ToValue,
impl ToValue for dyn Debug
[src]
impl ToValue for dyn Display
[src]
impl ToValue for str
[src]
impl ToValue for ()
[src]
impl<T> ToValue for Option<T> where
T: ToValue,
[src]
T: ToValue,