5 lines
93 B
Rust
5 lines
93 B
Rust
struct ReqMsg();
|
|
struct RespMsg();
|
|
|
|
pub type TestType = fn() -> (ReqMsg, fn(RespMsg) -> ());
|