ck3_
history_
extractor
2.4.2
GetPath
Required Methods
get_path
Implementors
In ck3_
history_
extractor::
display::
renderer
ck3_history_extractor
::
display
::
renderer
Trait
GetPath
Copy item path
Source
pub trait GetPath { // Required method fn
get_path
(&self, path: &
Path
) ->
PathBuf
; }
Required Methods
§
Source
fn
get_path
(&self, path: &
Path
) ->
PathBuf
Implementors
§
Source
§
impl
GetPath
for
Player
Source
§
impl
GetPath
for
Timeline
Source
§
impl<T:
GameObjectDerived
+
ProceduralPath
+
FromGameObject
>
GetPath
for
GameObjectEntity
<T>