Trait veloren_rtsim::ai::State

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