ERROR: ร— I don't know how to handle the type returned by `app::c`. โ”‚ โ”‚ โ•ญโ”€[src/lib.rs:9:1] โ”‚  9 โ”‚ let mut bp = Blueprint::new(); โ”‚ 10 โ”‚ bp.route(GET, "/home", f!(crate::c)); โ”‚ ยท  โ”€โ”€โ”€โ”€โ”€โ”€โ”ฌโ”€โ”€โ”€โ”€โ”€ โ”‚ ยท The request handler was registered here โ”‚ 11 โ”‚ bp โ”‚ โ•ฐโ”€โ”€โ”€โ”€ โ”‚ โ•ญโ”€[src/lib.rs:3:1] โ”‚ 3 โ”‚ โ”‚ 4 โ”‚ pub fn c() -> Box { โ”‚ ยท  โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ฌโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€ โ”‚ ยท โ•ฐโ”€โ”€ The output type that I can't handle โ”‚ 5 โ”‚ todo!() โ”‚ โ•ฐโ”€โ”€โ”€โ”€