TnuaGhostOverwritesForBasis

Trait TnuaGhostOverwritesForBasis 

Source
pub trait TnuaGhostOverwritesForBasis:
    'static
    + Send
    + Sync
    + Default {
    type Entities: 'static + Send + Sync + Default;
}
Expand description

A struct with fields of TnuaGhostOverwrite for each sensor that can have a ghost sensor.

Required Associated Types§

Source

type Entities: 'static + Send + Sync + Default

A struct that points to the sensor entities. Must match the entities of the basis’ sensors.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§