grapevine/src/database/key_value/rooms/short.rs
2022-10-10 14:02:00 +02:00

6 lines
135 B
Rust

use std::sync::Arc;
use crate::{database::KeyValueDatabase, service};
impl service::rooms::short::Data for Arc<KeyValueDatabase> {
}