Particle

Derive Macro Particle 

Source
#[derive(Particle)]
{
    // Attributes available to this derive:
    #[dim]
}
Expand description

Derive macro generating an implementation of the trait Particle.