Trait abi_stable::for_examples::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.

Object Safety§

This trait is not object safe.

Implementors§

source§

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