MCPcopy 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_inputFunction · 0.45

Calls 4

unlockFunction · 0.70
unlock_manyFunction · 0.70
as_strMethod · 0.45
iterMethod · 0.45

Tested by

no test coverage detected