This commit is contained in:
Nikita Sivukhin
2025-11-10 13:02:43 +04:00
parent 95f31067fa
commit d42b5c7bcc
3 changed files with 8 additions and 1 deletions

View File

@@ -241,6 +241,10 @@ impl ProtocolIO for JsProtocolIo {
.collect(),
}))
}
fn register(&self, callback: Box<dyn FnMut() -> bool>) {
tracing::info!("register callback in the ProtocolIo");
}
}
#[napi]