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 cea3ebe commit 8a4d9e2Copy full SHA for 8a4d9e2
src/actor.rs
@@ -238,6 +238,7 @@ pub struct OpenOpts {
238
/// Optionally subscribe to replica events.
239
pub subscribe: Option<async_channel::Sender<Event>>,
240
}
241
+
242
impl OpenOpts {
243
/// Set sync state to true.
244
pub fn sync(mut self) -> Self {
src/lib.rs
@@ -42,7 +42,7 @@ mod ticket;
42
43
pub mod engine;
44
45
-mod actor;
+pub mod actor;
46
pub mod api;
47
pub mod store;
48
pub mod sync;
0 commit comments