Type Alias FuncUnsafe

Source
pub type FuncUnsafe<T> = T;
Expand description

A pointer to a shared function which provides no protection against outliving its library.

Trait Implementations§

Source§

impl<T> Symbol<T> for FuncUnsafe<T>
where T: Copy,

Source§

unsafe fn get(&self) -> T

Provides access to the data that this symbol references. Read more