pub trait NativeStructCode {
// Required method
fn native_struct_code() -> String;
}
Required Methods§
Sourcefn native_struct_code() -> String
fn native_struct_code() -> String
Get the native struct code as a string
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.