[][src]Module alpm_rs::list

Structs

AlpmList

Generic almp list

AlpmListIterator
AnyListItem
StringItem
StringList
alpm_list_t

Traits

AlpmListItem

Trait to pass each item into a custom struct's constructor. Workaround to avoid copying data and loosing the alpm_list_t data pointer

Type Definitions

AnyList