Trait lotus_script::public_vars::PublicVarType
source · pub trait PublicVarType {
// Required method
fn type_name() -> &'static str;
}
Required Methods§
Object Safety§
This trait is not object safe.
pub trait PublicVarType {
// Required method
fn type_name() -> &'static str;
}