pub trait FnPtr: Copy + Clone { // Required method fn addr(self) -> *const (); }
fn_ptr_trait
由所有函数指针实现的公共 trait。
返回函数指针的地址。