Trait async_streamdata::reader::generic::IoImplementation
source · pub trait IoImplementation { }
Expand description
A marker trait for the types that specify an IO implmentation.
You can implement support for a custom IO implementation if needed, to do that provide a struct
that implements the IoImplementation
.