Home
last modified time | relevance | path

Searched refs:from_sval (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/crates/log/src/kv/
Dvalue.rs79 $crate::kv::Value::from_sval(&$capture)
251 pub fn from_sval<T>(value: &'v T) -> Self in from_sval() method
867 assert_eq!(Some(42u64), Value::from_sval(&42).to_u64()); in test_capture_sval()
/third_party/rust/crates/log/rfcs/
D0296-structured-logging.md230 Value::from_sval(self)
642 pub fn from_sval(v: &'v (impl sval::Value + Debug)) -> Self {