abi_stable::for_examples

Trait ValidTag_Bounds

Source
pub trait ValidTag_Bounds:
    Debug
    + Clone
    + PartialEq { }
Expand description

An alias for the traits that NonExhaustive<ValidTag,_,_> requires to be constructed,and implements afterwards.

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§

Source§

impl<This> ValidTag_Bounds for This
where This: Debug + Clone + PartialEq,