pub trait UriExt<'a>: UriExt { // Required method fn check_pj_supported(self) -> Result<PjUri<'a>, Uri<'a>>; }