accio_rs 0.1.0

macros for sync and async runtime
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// #[cfg(test)]
// mod tests {
//     use super::*;
//     struct RawReq{}
//     struct OrigReq{}
//     struct OrigResp{}

//     #[test]
//     fn test_a() {
//         let req = RawReq{};
//         fn cbb(_: *const (), _: *const (), _: *const ()) {}
//         let f = async {
//             let f = async {
//                 accioe!(req,RawReq,OrigResp,cbb)
//             };
//         };
//     }
// }