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.