pub trait Extendable {
// Required method
fn other(&self) -> Option<&HashMap<String, Value>>;
}
Expand description
A marker trait for denoting that an object is extendable, where it can accept additional properties beyond those defined in the SDMX-JSON schema.