Skip to main content

SyncIOAddress

Trait SyncIOAddress 

Source
pub trait SyncIOAddress:
    Debug
    + Clone
    + Copy
    + Send
    + Sync
    + PartialEq
    + Eq
    + Ord
    + Hash
    + MessageEncoding
    + 'static { }

Dyn Compatibility§

This trait is not dyn compatible.

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

Implementors§

Source§

impl<T: Debug + Clone + Copy + Send + Sync + PartialEq + Eq + Ord + Hash + MessageEncoding + 'static> SyncIOAddress for T