Skip to main content

MaybeMissError

Trait MaybeMissError 

Source
pub trait MaybeMissError:
    MaybeMiss
    + Error
    + Sync
    + Send { }
Expand description

MaybeMiss that is also an Error

Trait Implementations§

Source§

impl Miss for Box<dyn MaybeMissError>

Available on crate feature alloc only.
Source§

fn miss(address: u64) -> Self

Construct a value indicating a miss Read more

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§