Type Definition construct::Fn1 [] [src]

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

A function of type 1d -> 3d.