binary_mirror

Trait NativeStructCode

Source
pub trait NativeStructCode {
    // Required method
    fn native_struct_code() -> String;
}

Required Methods§

Source

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.

Implementors§