WriterType

Type Alias WriterType 

Source
type WriterType = Box<dyn AsyncWrite + Send + Unpin>;

Aliased Typeยง

struct WriterType(/* private fields */);