1
0
mirror of https://git.ngram.ca/OpenJam/rc-servers synced 2026-08-23 23:08:52 +00:00
Files
ojrc/rc_core/src/persist/user/web.rs

5 lines
98 B
Rust
Raw Normal View History

#[async_trait::async_trait]
impl super::WebUser for super::account_json::UserData {
// TODO
}