pub trait URIHandlerImplExt: Sealed + ObjectSubclass {
    // Provided methods
    fn parent_protocols() -> Vec<String> { ... }
    fn parent_uri(&self) -> Option<String> { ... }
    fn parent_set_uri(&self, uri: &str) -> Result<(), Error> { ... }
}

Provided Methods§

Object Safety§

This trait is not object safe.

Implementors§