Searched refs:capture_display (Results 1 – 1 of 1) sorted by relevance
176 pub fn capture_display<T>(value: &'v T) -> Self in capture_display() method181 inner: ValueBag::capture_display(value), in capture_display()838 assert_eq!(Some(42u64), Value::capture_display(&42).to_u64()); in test_capture_fmt()