Skip to main content

PluginMsg_Bounds

Trait PluginMsg_Bounds 

Source
pub trait PluginMsg_Bounds: Debug { }
Expand description

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

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§

Source§

impl<This> PluginMsg_Bounds for This
where This: Debug,