Type Alias Fn1

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

A function of type 1d -> 3d.

Aliased Typeยง

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