[][src]Function dart_sys::Dart_SetRootLibrary

pub unsafe extern "C" fn Dart_SetRootLibrary(
    library: Dart_Handle
) -> Dart_Handle

Sets the root library for the current isolate.

\return Returns an error handle if library is not a library handle.