Maskable

Trait Maskable 

Source
pub trait Maskable: MaskableMut + ToOwned
where <Self as ToOwned>::Owned: MaskableMut,
{ // Provided methods fn to_mask(&self) -> <Self as ToOwned>::Owned { ... } fn to_unmask(&self) -> <Self as ToOwned>::Owned { ... } }

Provided Methods§

Source

fn to_mask(&self) -> <Self as ToOwned>::Owned

Source

fn to_unmask(&self) -> <Self as ToOwned>::Owned

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§