Searched refs:capture_sval (Results 1 – 1 of 1) sorted by relevance
209 pub fn capture_sval<T>(value: &'v T) -> Self in capture_sval() method865 assert_eq!(Some(42u64), Value::capture_sval(&42).to_u64()); in test_capture_sval()