pub trait BackForwardListItemExt: IsA<BackForwardListItem> + Sealed + 'static {
    // Provided methods
    fn original_uri(&self) -> Option<GString> { ... }
    fn title(&self) -> Option<GString> { ... }
    fn uri(&self) -> Option<GString> { ... }
}

Provided Methods§

Object Safety§

This trait is not object safe.

Implementors§