Lines Matching refs:capture
43 ($capture:expr) => {
44 $crate::kv::Value::from_debug(&$capture)
51 ($capture:expr) => {
52 $crate::kv::Value::from_display(&$capture)
60 ($capture:expr) => {
61 $crate::kv::Value::from_dyn_error(&$capture)
69 ($capture:expr) => {
70 $crate::kv::Value::from_serde(&$capture)
78 ($capture:expr) => {
79 $crate::kv::Value::from_sval(&$capture)
87 /// There are a few ways to capture a value:
96 /// `Value` offers a few constructor methods that capture values of different kinds.
109 /// `Value` offers a few constructor methods that capture values of different kinds.
122 /// The `ToValue` trait can be used to capture values generically.