Trait cranelift_entity::packed_option::ReservedValue[][src]

pub trait ReservedValue: Eq {
    fn reserved_value() -> Self;
}

Types that have a reserved value which can't be created any other way.

Required Methods

Create an instance of the reserved value.

Implementors