pub trait SecretaryOutput:
Send
+ Sync
+ Clone
+ Debug
+ Serialize
+ DeserializeOwned
+ 'static { }Expand description
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§
impl<T> SecretaryOutput for T
为所有满足约束的类型自动实现 SecretaryOutput