pub trait DiagramObject<T: CoreSyntaxFunctions> {
// Required method
fn add_object_to_schema(
&self,
schema: &mut T,
id: Option<&str>,
extra_length_num: Option<u8>,
);
}pub trait DiagramObject<T: CoreSyntaxFunctions> {
// Required method
fn add_object_to_schema(
&self,
schema: &mut T,
id: Option<&str>,
extra_length_num: Option<u8>,
);
}