mirror of
https://gitlab.com/fabinfra/fabaccess/bffh.git
synced 2024-11-13 10:47:56 +01:00
18 lines
173 B
Rust
18 lines
173 B
Rust
use api::users::Server;
|
|
|
|
#[derive(Debug, Clone)]
|
|
pub struct Users {
|
|
|
|
}
|
|
|
|
impl Users {
|
|
pub fn new() -> Self {
|
|
Self {
|
|
|
|
}
|
|
}
|
|
}
|
|
|
|
impl Server for Users {
|
|
|
|
} |