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 TrapSink for NullTrapSink
[src]

Add trap information for a specific offset.

Auto Trait Implementations