Home
last modified time | relevance | path

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

/third_party/rust/crates/log/src/kv/
Dvalue.rs209 pub fn capture_sval<T>(value: &'v T) -> Self in capture_sval() method
865 assert_eq!(Some(42u64), Value::capture_sval(&42).to_u64()); in test_capture_sval()