1 2 3 4 5
use crate::filesystem_http_route_index_holder::FilesystemHttpRouteIndexHolder; pub struct AppData { pub filesystem_http_route_index_holder: FilesystemHttpRouteIndexHolder, }