We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43d955c commit 497daa1Copy full SHA for 497daa1
1 file changed
crates/facet-common/src/context/mod.rs
@@ -12,7 +12,7 @@
12
13
use bon::Builder;
14
15
-/// Participant data.
+/// Represents a context for a participant in the system.
16
#[derive(Builder, Clone, Debug, PartialEq)]
17
pub struct ParticipantContext {
18
// The internal participant context ID, a UUID.
0 commit comments