Struct async_bincode::AsyncDestination[][src]

pub struct AsyncDestination;

A marker that indicates that the wrapping type is compatible with AsyncBincodeReader.

Trait Implementations

impl Debug for AsyncDestination
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations