Function emf_core_base_rs::global::sys::get_function[][src]

pub fn get_function<U>(caster: &U) -> Option<<U as FnCaster>::Type> where
    U: FnCaster

Fetches a function from the interface.

Return

Function casted to the appropriate type.