Searched refs:from_sval (Results 1 – 2 of 2) sorted by relevance
79 $crate::kv::Value::from_sval(&$capture)251 pub fn from_sval<T>(value: &'v T) -> Self in from_sval() method867 assert_eq!(Some(42u64), Value::from_sval(&42).to_u64()); in test_capture_sval()
230 Value::from_sval(self)642 pub fn from_sval(v: &'v (impl sval::Value + Debug)) -> Self {