Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PerroEngine/Perro
/ into_string
Method
into_string
perro_source/api_modules/perro_resource_api/src/res_path.rs:181–183 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
179
self.as_str()
180
}
181
}
182
183
#[derive(Clone, Debug, PartialEq, Eq, Hash)]
184
pub struct ResPathBuf(Cow<'static, str>);
185
186
impl ResPathBuf {
Callers
5
into_variant
Method · 0.80
from
Method · 0.80
into_scene_path
Method · 0.80
into_scene_load_source
Method · 0.80
into_preloaded_scene_target
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected