pub trait PrefersList: IntoList { }
Marker trait for types that should be converted to R lists via IntoR.
IntoR
Implemented by the PreferList derive; you can also implement it manually.
PreferList