pub trait XidlTypeObject {
// Required methods
fn minimal_type_object() -> TypeObject;
fn complete_type_object() -> TypeObject;
}Required Methods§
fn minimal_type_object() -> TypeObject
fn complete_type_object() -> TypeObject
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.