[][src]Type Definition twitchchat::BoxAsyncWrite

type BoxAsyncWrite = Box<dyn AsyncWrite + Send + Sync + Unpin>;
This is supported on feature="async" only.

Boxed AsyncWrite