MCPcopy Create free account
hub / github.com/RustAudio/rust-jack / handler_impls.rs

File handler_impls.rs

src/client/handler_impls.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1use crate::{Client, Control, NotificationHandler, ProcessHandler, ProcessScope};
2
3/// A trivial handler that does nothing.
4impl NotificationHandler for () {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected