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> {
|
|
}
|