Skip to main content

steam_webapi_rust_sdk/
iplayer_service.rs

1pub mod get_owned_games;
2pub mod get_recently_played_games;
3pub mod get_steam_level;
4pub mod get_badges;
5
6pub fn get_interface() -> String {
7    "IPlayerService".to_string()
8}