Trait webkit2gtk::BackForwardListExt[][src]

pub trait BackForwardListExt {
    fn get_back_item(&self) -> Option<BackForwardListItem>;
fn get_back_list(&self) -> Vec<BackForwardListItem>;
fn get_back_list_with_limit(&self, limit: u32) -> Vec<BackForwardListItem>;
fn get_current_item(&self) -> Option<BackForwardListItem>;
fn get_forward_item(&self) -> Option<BackForwardListItem>;
fn get_forward_list(&self) -> Vec<BackForwardListItem>;
fn get_forward_list_with_limit(
        &self,
        limit: u32
    ) -> Vec<BackForwardListItem>;
fn get_length(&self) -> u32;
fn get_nth_item(&self, index: i32) -> Option<BackForwardListItem>; }

Required Methods

Important traits for Vec<u8>

Important traits for Vec<u8>

Important traits for Vec<u8>

Important traits for Vec<u8>

Implementors