pub fn validate_attenuation(
parent: &ChioScope,
child: &ChioScope,
) -> Result<(), Error>Expand description
Validate that a child scope is a valid attenuation of a parent scope.
Returns Ok(()) if child is a subset of parent. Returns an error otherwise.