ExecSpecMultisetEmpty

Trait ExecSpecMultisetEmpty 

Source
pub trait ExecSpecMultisetEmpty: Sized {
    // Required method
    exec fn exec_empty() -> Self;
}
Expand description

Spec for executable version of Multiset::empty.

Required Methods§

Source

exec fn exec_empty() -> Self

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§