1 2 3 4 5 6 7 8
use crate::new_type; use http::Uri; new_type!( #[derive(Debug, Clone)] RawUri, Uri );