gilrs::ff::effect_source

Trait SliceVecExt

Source
trait SliceVecExt {
    type Base;

    // Required method
    fn distance(self, from: Self) -> Self::Base;
}

Required Associated Types§

Required Methods§

Source

fn distance(self, from: Self) -> Self::Base

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.

Implementations on Foreign Types§

Source§

impl SliceVecExt for [f32; 3]

Source§

type Base = f32

Source§

fn distance(self, from: Self) -> f32

Implementors§