[][src]Trait extendr_api::AsTypedSlice

pub trait AsTypedSlice<T> {
    pub fn as_typed_slice(&self) -> Option<&[T]> { ... }
pub fn as_typed_slice_mut(&mut self) -> Option<&mut [T]> { ... } }

Provided methods

pub fn as_typed_slice(&self) -> Option<&[T]>[src]

pub fn as_typed_slice_mut(&mut self) -> Option<&mut [T]>[src]

Loading content...

Implementors

impl AsTypedSlice<f64> for Robj[src]

impl AsTypedSlice<i32> for Robj[src]

impl AsTypedSlice<u8> for Robj[src]

Loading content...