mirror of
https://github.com/denoland/deno.git
synced 2025-01-14 01:50:19 -05:00
5 lines
139 B
Rust
5 lines
139 B
Rust
|
// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license.
|
||
|
|
||
|
#[op2]
|
||
|
pub fn op_void_with_result() -> Result<(), AnyError> {}
|