pub trait FloatItemDeltaTarget {
    // Required method
    fn apply_float_delta(&self, delta: FloatItemDelta) -> f32;
}Expand description
Trait for applying floating point item deltas to target values.
pub trait FloatItemDeltaTarget {
    // Required method
    fn apply_float_delta(&self, delta: FloatItemDelta) -> f32;
}Trait for applying floating point item deltas to target values.