Function const_some_tuple

Source
pub fn const_some_tuple(values: impl IntoIterator<Item = Value>) -> Value
Expand description

A constant optional value with a row of values.

For single values, use const_some.

See option_type.