pub trait URIHandlerImplExt: ObjectSubclass {
    fn parent_protocols() -> Vec<String>
Notable traits for Vec<u8, A>
impl<A> Write for Vec<u8, A> where
    A: Allocator
;
fn parent_uri(&self, element: &Self::Type) -> Option<String>;
fn parent_set_uri(
        &self,
        element: &Self::Type,
        uri: &str
    ) -> Result<(), Error>; }

Required methods

Implementors