Loads a Closure.
public function load(mixed $closure, ?string $type = null) : RouteCollection { return $closure($this->env); }