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

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

A number type suitable for distance values.

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

Implementors

impl<T: Num + NumAssign + Signed + Copy + PartialOrd> Value for T[src]

Blanket Value implementation.

Loading content...