IntListOption

Trait IntListOption 

Source
pub trait IntListOption {
    // Required methods
    fn as_ptr(&self) -> *const i64;
    fn len_i32(&self) -> i32;
}

Required Methods§

Source

fn as_ptr(&self) -> *const i64

Source

fn len_i32(&self) -> i32

Implementations on Foreign Types§

Source§

impl<T: IntListOption_> IntListOption for Option<T>

Source§

fn as_ptr(&self) -> *const i64

Source§

fn len_i32(&self) -> i32

Implementors§

Source§

impl<T: IntListOption_> IntListOption for T