1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-13 17:39:18 -05:00
denoland-deno/ops/op2/test_cases/sync/result_primitive.rs

5 lines
139 B
Rust
Raw Normal View History

// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license.
#[op2]
pub fn op_u32_with_result() -> Result<u32, AnyError> {}