Skip to main content

io

Attribute Macro io 

Source
#[io]
Expand description

Procedural macro to help defining an ProSA IO (use for socket,…)

struct MyIoClass<IO> {
    stream: IO,
    buffer: bytes::BytesMut,
}