Type Definition rutie::types::Callback[][src]

pub type Callback<I, O> = extern "C" fn(_: Argc, _: *const AnyObject, _: I) -> O;