Trait deep_causality::protocols::contextuable::Spatial
source · pub trait Spatial<V>: Identifiablewhere
V: Default + Add<V, Output = V> + Sub<V, Output = V> + Mul<V, Output = V>,{
// Required methods
fn x(&self) -> &V;
fn y(&self) -> &V;
fn z(&self) -> &V;
}