We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdd7dd4 commit aefd10fCopy full SHA for aefd10f
crates/ironrdp-dvc/src/client.rs
@@ -22,6 +22,7 @@ pub trait DvcClientProcessor: DvcProcessor {}
22
23
pub trait DvcChannelListener: Send {
24
fn channel_name(&self) -> &str;
25
+
26
/// Called for each incoming DYNVC_CREATE_REQ matching this name.
27
/// Return `None` to reject (NO_LISTENER).
28
fn create(&mut self) -> Option<Box<dyn DvcProcessor>>;
0 commit comments