Searched refs:from_display (Results 1 – 1 of 1) sorted by relevance
52 $crate::kv::Value::from_display(&$capture)229 pub fn from_display<T>(value: &'v T) -> Self in from_display() method234 inner: ValueBag::from_display(value), in from_display()841 assert!(Value::from_display(&42).to_u64().is_none()); in test_capture_fmt()