Type Definition chakracore::value::function::CallbackResult [] [src]

type CallbackResult = Result<Value, Value>;

The result returned from a function callback.