所以我的问题是这是否可能,如果可能,人们将如何实现这一点。例如,
fn some_fn(){} let name = get_name_of(some_fn); println!({}, name);
哪些输出
some_fn
这样的实现可能吗?
rust
rust ×1