Home
last modified time | relevance | path

Searched defs:ToValue (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/crates/log/src/kv/
Dvalue.rs18 pub trait ToValue { trait
23 impl<'a, T> ToValue for &'a T impl
158 pub fn from_any<T>(value: &'v T) -> Self in from_any()
500 impl ToValue for () { implementation
521 impl ToValue for $into_ty { impl
/third_party/rust/crates/log/rfcs/
D0296-structured-logging.md800 #### Object safety
804 #### Implementors
/third_party/rust/crates/log/src/
Dlib.rs1617 kvs: Option<&[(&str, &dyn kv::ToValue)]>, in __private_api_log()