pub trait EncodeShared:
Encode
+ Send
+ Sync { }Expand description
Convenience trait combining Encode with thread-safety bounds.
Represents types that can be fully encoded and safely shared across threads.
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.