pub trait AsURI<'a> { type Target; // Required method fn as_standard_uri(&'a self) -> Option<Self::Target>; }