[][src]Function dart_sys::Dart_ToString

pub unsafe extern "C" fn Dart_ToString(object: Dart_Handle) -> Dart_Handle

Converts an object to a string.

May generate an unhandled exception error.

\return The converted string if no error occurs during the conversion. If an error does occur, an error handle is returned.