/// Helper type for the repository state. type HeroesRepositoryState = Arc<HeroesRepository>; /// The filter struct for the get_heroes /// handler function. #[derive ...