Available on crate feature
closure
only.Expand description
Types and functions used for exporting Rust closures to PHP.
Structs§
- Closure
- Wrapper around a Rust closure, which can be exported to PHP.
Traits§
- PhpClosure
- Implemented on types which can be used as PHP closures.
- PhpOnce
Closure - Implemented on
FnOnce
types which can be used as PHP closures. SeeClosure
.