https://github.com/jonasmr/microprofile-rust/blob/2746d44bbc40cbb32b9739e381590c21af025ebe/src/lib.rs#L92 https://github.com/jonasmr/microprofile-rust/blob/2746d44bbc40cbb32b9739e381590c21af025ebe/src/lib.rs#L107 Having these take `html: impl AsRef<Path>` or `html: impl Into<PathBuf>` would be convenient
microprofile-rust/src/lib.rs
Line 92 in 2746d44
microprofile-rust/src/lib.rs
Line 107 in 2746d44
Having these take
html: impl AsRef<Path>orhtml: impl Into<PathBuf>would be convenient