pub trait TypedObject {
const TYPE: &'static str;
}Expand description
A STIX object associated with a specific ID type.
All instances of the struct should have this as their ID.
Required Associated Constants§
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.