Struct cranelift_codegen::binemit::NullTrapSink [−][src]
pub struct NullTrapSink {}A TrapSink implementation that does nothing, which is convenient when
compiling code that does not rely on trapping semantics.
Trait Implementations
impl Default for NullTrapSink[src]
impl Default for NullTrapSink[src]fn default() -> NullTrapSink[src]
impl TrapSink for NullTrapSink[src]
impl TrapSink for NullTrapSink[src]