[][src]Function bakkesmod::game::hook_event_with_caller_post

pub fn hook_event_with_caller_post<T: Object + 'static>(
    name: &str,
    callback: Box<dyn FnMut(Box<T>)>
)