Struct async_bincode::SyncDestination [−][src]
pub struct SyncDestination;
A marker that indicates that the wrapping type is compatible with stock bincode receivers.
Trait Implementations
impl Debug for SyncDestination[src]
impl Debug for SyncDestinationAuto Trait Implementations
impl Send for SyncDestination
impl Send for SyncDestinationimpl Sync for SyncDestination
impl Sync for SyncDestination