veloren_rtsim
0.10.0
State
Object Safety
Implementors
In veloren_rtsim::ai
Trait
veloren_rtsim
::
ai
::
State
Copy item path
source
·
[
−
]
pub trait State:
Clone
+
Send
+
Sync
+ 'static { }
Object Safety
§
This trait is
not
object safe
.
Implementors
§
source
§
impl<T:
Clone
+
Send
+
Sync
+ 'static>
State
for T