pub trait UnsafeFunctionPointer: SealedUnsafeFunctionPointer { }
Expand description

Marker trait representing an unsafe function pointer (unsafe extern "C" fn(A, B, ...) -> Output).

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<F: SealedUnsafeFunctionPointer> UnsafeFunctionPointer for F