Trait zoom::particle::Quanta [] [src]

pub trait Quanta<D> {
    fn quanta(&self) -> D;
}

An object that has quanta

Required Methods

fn quanta(&self) -> D

Implementors