Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PerroEngine/Perro
/ unlock
Method
unlock
perro_source/api_modules/perro_steamworks/src/disabled.rs:106–108 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
104
disabled()
105
}
106
107
pub trait AchievementUnlockInput {
108
fn unlock(self) -> Result<(), SteamError>;
109
}
110
111
impl AchievementUnlockInput for &str {
Callers
1
unlock_input
Function · 0.45
Calls
4
unlock
Function · 0.70
unlock_many
Function · 0.70
as_str
Method · 0.45
iter
Method · 0.45
Tested by
no test coverage detected