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§
fn parent_protocols() -> Vec<String>
fn parent_uri(&self) -> Option<String>
fn parent_set_uri(&self, uri: &str) -> Result<(), Error>
Object Safety§
This trait is not object safe.