[−][src]Trait wasmtime_environ::entity::packed_option::ReservedValue
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.
fn is_reserved_value(&self) -> bool
Checks whether value is the reserved one.