#[derive(Particle)] { // Attributes available to this derive: #[dim] }
Derive macro generating an implementation of the trait Particle.
Particle