pub trait IntoRawAlpmList<'a, T> where
    T: AsAlpmListItemPtr<'a>, 
{ }

Implementors