Trait Target

Source
pub trait Target: Pack + Instance<TargetClass> { }
Expand description

Target is a shape that is able to uniformly draw a random vector pointing to itself from any given point in space.

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.

Implementors§