Module ext_php_rs::closure[][src]

This is supported on crate feature closure only.
Expand description

Types and functions used for exporting Rust closures to PHP.

Structs

Wrapper around a Rust closure, which can be exported to PHP.

Traits

Implemented on types which can be used as PHP closures.

Implemented on FnOnce types which can be used as PHP closures. See Closure.