Sha256: 73c88b8c6015f1d6cbe5b91691c0a242014f327f004a59944f24b7553b0fb8f1
Contents?: true
Size: 416 Bytes
Versions: 170
Compression:
Stored size: 416 Bytes
Contents
## Hints We are dealing with two types of situations. One is a function pointer and the other is a closure. It may help to look at the [Fn trait](https://doc.rust-lang.org/std/ops/trait.Fn.html). Help with passing a closure into a function may be found in the ["closures as input parameters" section](https://rustbyexample.com/fn/closures/input_parameters.html) of [Rust by Example](https://rustbyexample.com/).
Version data entries
170 entries across 170 versions & 1 rubygems