[][src]Type Definition alpm_rs::list::AnyList

type AnyList = AlpmList<AnyListItem>;

Methods

impl AnyList[src]

pub fn into_list<T: From<*mut alpm_list_t>>(&self) -> T[src]