1 2 3 4 5 6
use tp_runtime_interface::pass_by::PassByEnum; #[derive(PassByEnum)] struct Test; fn main() {}