impl Into<Block> and Into<Grid>
- Requires 1.41 #30 (closed)
- Change interface of
Launchable::launch-
launch(Grid, Block, Args)tolaunch(impl Into<Grid>, impl Into<Block>, Args) - Update examples
-
Edited by termoshtt
Launchable::launch
launch(Grid, Block, Args) to launch(impl Into<Grid>, impl Into<Block>, Args)