Crate boxfnonce

Source
Expand description

See BoxFnOnce and SendBoxFnOnce.

Structsยง

BoxFnOnce
BoxFnOnce boxes any FnOnce function up to a certain number of arguments (10 as of now).
SendBoxFnOnce
SendBoxFnOnce boxes any FnOnce + Send function up to a certain number of arguments (10 as of now).