Trait FnPtr
trait FnPtr: Copy + Clone
A common trait implemented by all function pointers.
Required Methods
fn addr(self: Self) -> *const ()Returns the address of the function pointer.
FnPtrtrait FnPtr: Copy + Clone
A common trait implemented by all function pointers.
fn addr(self: Self) -> *const ()Returns the address of the function pointer.