We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3edf72f commit 30a76ffCopy full SHA for 30a76ff
src/live.rs
@@ -35,7 +35,8 @@ pub struct Subscription {
35
#[builder(default, setter(strip_option))]
36
pub start: Option<OffsetDateTime>,
37
#[doc(hidden)]
38
- /// Request subscription with snapshot. Defaults to `false`. Conflicts with the `start` parameter.
+ /// Request subscription with snapshot. Only supported with `Mbo` schema.
39
+ /// Defaults to `false`. Conflicts with the `start` parameter.
40
#[builder(setter(strip_bool))]
41
pub use_snapshot: bool,
42
/// The optional numerical identifier associated with this subscription.
0 commit comments