pub trait PhpOnceClosure {
    // Required method
    fn into_closure(self) -> Closure;
}Available on crate feature 
closure only.pub trait PhpOnceClosure {
    // Required method
    fn into_closure(self) -> Closure;
}closure only.