We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5338ea0 commit 4e96243Copy full SHA for 4e96243
crates/ironrdp-dvc/src/lib.rs
@@ -33,7 +33,7 @@ pub use server::*;
33
pub mod pdu;
34
35
/// Represents a message that, when encoded, forms a complete PDU for a given dynamic virtual channel.
36
-/// This means a message that is ready to be wrapped in [`dvc::CommonPdu::DataFirst`] and [`dvc::CommonPdu::Data`] PDUs
+/// This means a message that is ready to be wrapped in [`pdu::DataFirstPdu`] and [`pdu::DataPdu`] PDUs
37
/// (being split into multiple of such PDUs if necessary).
38
pub trait DvcEncode: Encode + Send {}
39
pub type DvcMessage = Box<dyn DvcEncode>;
0 commit comments