Trait FaultSource

Source
pub unsafe trait FaultSource: Copy {
    const ENABLE_BITS: u8;
}
Expand description

§Safety

Only implement for actual fault sources with correct ENABLE_BITS

Required Associated Constants§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§