Trait cranelift_entity::packed_option::ReservedValue
source · pub trait ReservedValue: Eq {
fn reserved_value() -> Self;
}
Expand description
Types that have a reserved value which can’t be created any other way.
Required Methods§
sourcefn reserved_value() -> Self
fn reserved_value() -> Self
Create an instance of the reserved value.