pub fn validate(
name: &Text,
value: &AttributeValue,
long_names: &mut bool,
allow_sampling: bool,
data_window: IntegerBounds,
strict: bool,
) -> UnitResult
Expand description
Validate this attribute.
pub fn validate(
name: &Text,
value: &AttributeValue,
long_names: &mut bool,
allow_sampling: bool,
data_window: IntegerBounds,
strict: bool,
) -> UnitResult
Validate this attribute.