Type Definition construct::Fn2 [] [src]

type Fn2<T> = Arc<Fn([T; 2]) -> [T; 3] + Sync + Send>;

A function of type 2d -> 3d.