use api::resources::resources::Server; #[derive(Debug, Clone)] pub struct Resources { } impl Resources { pub fn new() -> Self { Self { } } } impl Server for Resources { }