rust/tests/target/issue-3595.rs
2019-05-30 21:03:29 +09:00

5 lines
93 B
Rust

struct ReqMsg();
struct RespMsg();
pub type TestType = fn() -> (ReqMsg, fn(RespMsg) -> ());