Trait basic_dsp::combined_ops::ToIdentifier [] [src]

pub trait ToIdentifier<T> where T: RealNumber {
    type Identifier: Identifier<T>;
}

Trait which defines the relation between a vector and an identifier.

Associated Types

Implementors