Type Definition construct::Fn3 [] [src]

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

A function of type 3d -> 3d.