rieter/server/src/repo/actor/mod.rs

6 lines
74 B
Rust

mod sync;
mod r#async;
pub use sync::Actor;
pub use r#async::AsyncActor;