[][src]Function dart_sys::Dart_ClosureFunction

pub unsafe extern "C" fn Dart_ClosureFunction(
    closure: Dart_Handle
) -> Dart_Handle

Retrieves the function of a closure.

\return A handle to the function of the closure, or an error handle if the argument is not a closure.