pub trait URIHandlerExt: 'static {
    fn protocols(&self) -> Vec<GString>
Notable traits for Vec<u8, A>
impl<A> Write for Vec<u8, A> where
    A: Allocator
;
fn uri(&self) -> Option<GString>;
fn uri_type(&self) -> URIType;
fn set_uri(&self, uri: &str) -> Result<(), Error>; }

Required methods

Implementors