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.
macro_rules! uring_op {
($fn_name:ident<$trait_name:ident>($op_name: ident, $buf_name:ident $(, $pos:ident: $pos_type:ty)?)) => { ... };
}A macro that generates the some Op-call functions.