Trait lunatic_twitchax_patch::function::reference::Fn
source · pub trait Fn<T> {
// Required methods
fn id(&self) -> usize;
fn from_id(id: usize) -> T;
}Expand description
Any function pointer that can be converted to and from usize
Required Methods§
Object Safety§
This trait is not object safe.