ERROR: ร— I can't find a constructor for `std::path::PathBuf`. โ”‚ I need an instance of `std::path::PathBuf` to invoke your request handler, โ”‚ `app::stream_file`. โ”‚ โ”‚ โ•ญโ”€[src/lib.rs:11:1] โ”‚ 11 โ”‚ let mut bp = Blueprint::new(); โ”‚ 12 โ”‚ bp.route(GET, "/home", f!(crate::stream_file)); โ”‚ ยท  โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ฌโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€ โ”‚ ยท The request handler was registered here โ”‚ 13 โ”‚ bp โ”‚ โ•ฐโ”€โ”€โ”€โ”€ โ”‚ โ•ญโ”€[src/lib.rs:5:1] โ”‚ 5 โ”‚ โ”‚ 6 โ”‚ pub fn stream_file(_inner: PathBuf) -> pavex::response::Response { โ”‚ ยท  โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ฌโ”€โ”€โ”€โ”€โ”€โ”€โ”€ โ”‚ ยท I don't know how to construct an instance of this input parameter โ”‚ 7 โ”‚ todo!() โ”‚ โ•ฐโ”€โ”€โ”€โ”€ โ”‚ help: Register a constructor for `std::path::PathBuf`. โ”‚  help: Alternatively, use `Blueprint::prebuilt` to add a new input โ”‚ parameter of type `std::path::PathBuf` to the (generated) โ”‚ `build_application_state`.