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

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

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

Required methods

fn reserved_value() -> Self

Create an instance of the reserved value.

Loading content...

Implementors

Loading content...