Trait snarkvm_console_program::scalar::TypeName
pub trait TypeName {
// Required method
fn type_name() -> &'static str;
}
Required Methods§
Object Safety§
This trait is not object safe.
pub trait TypeName {
// Required method
fn type_name() -> &'static str;
}