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]

Formats the value using the given formatter. Read more

Auto Trait Implementations