Trait acap::distance::Value[][src]

pub trait Value: Copy + Num + NumAssign + Signed + PartialOrd { }
Expand description

A number type suitable for distance values.

This trait is automatically implemented for all types that support the required operations.

Implementors

Blanket Value implementation.