[][src]Type Definition mogwai::component::BuilderFn

type BuilderFn<T, D> = dyn Fn(Transmitter<T>, Receiver<T>) -> Gizmo<D>;

The type of function that uses a txrx pair and returns a Gizmo.