MCPcopy Create free account
hub / github.com/PerroEngine/Perro / name

Method name

perro_source/core/perro_ids/src/ids.rs:297–299  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

295impl TextureID {
296 /// Parse 1-16 hex digits, optionally prefixed with `0x`.
297 pub fn parse_str(s: &str) -> Result<Self, ParseGenerationalIDError> {
298 s.parse()
299 }
300}
301
302impl SignalID {

Calls 1

as_refMethod · 0.45