pub unsafe trait IntoAlpmListItem<'a, 'b> {
    type Borrow: Debug;
}

Required Associated Types

Implementations on Foreign Types

Implementors