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