mirror of
https://github.com/denoland/deno.git
synced 2025-01-10 16:11:13 -05:00
7 lines
95 B
Rust
7 lines
95 B
Rust
|
fn op_print(
|
||
|
state: &mut OpState,
|
||
|
msg: &str,
|
||
|
is_err: bool,
|
||
|
) -> Result<(), AnyError> {
|
||
|
}
|