Function deno_core::serialize_op_result[][src]

pub fn serialize_op_result<R: Serialize + 'static>(
    result: Result<R, AnyError>,
    state: Rc<RefCell<OpState>>
) -> OpResponse