Structsยง
- Value
Opt - An optional Value that can be constructed from
impl Into<Value>,Option<impl Into<Value>>,Vec<impl Into<Value>>orOption<Vec<impl Into<Value>>>. Used by named_args! macro.
impl Into<Value>,
Option<impl Into<Value>>, Vec<impl Into<Value>> or
Option<Vec<impl Into<Value>>>.
Used by named_args! macro.