mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-16 23:31:24 +01:00
5 lines
84 B
Rust
5 lines
84 B
Rust
mod data;
|
|
|
|
pub(crate) use data::Data;
|
|
|
|
pub(crate) type Service = &'static dyn Data;
|