pub trait Metrics<In, Out: Fp> { // Required method fn measure(self, a: In, b: In) -> Out; }
Calculate metrics between input data entity