Skip to main content

dimension_from_value_async

Function dimension_from_value_async 

Source
pub async fn dimension_from_value_async(
    value: &Value,
    name: &str,
    allow_zero: bool,
) -> Result<Option<usize>, String>
Expand description

Attempt to parse a dimension index from a scalar-like runtime value.