Macro uring_op

Source
macro_rules! uring_op {
    ($fn_name:ident<$trait_name:ident>($op_name: ident, $buf_name:ident $(, $pos:ident: $pos_type:ty)?)) => { ... };
}
Expand description

A macro that generates the some Op-call functions.