mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-17 07:41:23 +01:00
6 lines
135 B
Rust
6 lines
135 B
Rust
use std::sync::Arc;
|
|
|
|
use crate::{database::KeyValueDatabase, service};
|
|
|
|
impl service::rooms::short::Data for Arc<KeyValueDatabase> {
|
|
}
|