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

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