Type Alias Fn3

Source
pub type Fn3<T> = Arc<dyn Fn([T; 3]) -> [T; 3] + Sync + Send>;
Expand description

A function of type 3d -> 3d.

Aliased Typeยง

pub struct Fn3<T> { /* private fields */ }