pub trait AsList {
// Required method
fn as_list(&self) -> Result<List, AsCoerceError>;
}Expand description
Required Methods§
Sourcefn as_list(&self) -> Result<List, AsCoerceError>
fn as_list(&self) -> Result<List, AsCoerceError>
Convert to an R list.