Home
last modified time | relevance | path

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

/third_party/rust/crates/log/src/kv/
Dvalue.rs166 pub fn capture_debug<T>(value: &'v T) -> Self in capture_debug() method
171 inner: ValueBag::capture_debug(value), in capture_debug()
839 assert_eq!(Some(42u64), Value::capture_debug(&42).to_u64()); in test_capture_fmt()
983 let v = Value::capture_debug(&Foo(42)); in test_downcast_ref()