pub trait HasTypeProperties { // Required method fn get_type_properties(&self) -> Result<StrumTypeProperties>; }