rust/tests/data/parser/inline/0093_path_fn_trait_args.rs
2018-08-08 14:43:14 +03:00

2 lines
32 B
Rust

type F = Box<Fn(x: i32) -> ()>;