pub trait DerivedType:
Debug
+ Display
+ 'static {
// Required method
fn as_any(&self) -> &dyn Any;
}
Expand description
Trait for derived types - a special kind in GeoScript.
pub trait DerivedType:
Debug
+ Display
+ 'static {
// Required method
fn as_any(&self) -> &dyn Any;
}
Trait for derived types - a special kind in GeoScript.