pub trait IntoList { // Required method fn into_list(self) -> List; }
Convert things into an R list.
Convert self into an R list wrapper.
self