Type Alias Fn2

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

A function of type 2d -> 3d.

Aliased Typeยง

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