[][src]Trait jlrs::traits::TryUnbox

pub trait TryUnbox: TryUnbox { }

Trait implemented by types that can be created from a Julia value.

Implementations on Foreign Types

impl TryUnbox for bool[src]

impl TryUnbox for char[src]

impl TryUnbox for u8[src]

impl TryUnbox for u16[src]

impl TryUnbox for u32[src]

impl TryUnbox for u64[src]

impl TryUnbox for i8[src]

impl TryUnbox for i16[src]

impl TryUnbox for i32[src]

impl TryUnbox for i64[src]

impl TryUnbox for f32[src]

impl TryUnbox for f64[src]

impl TryUnbox for usize[src]

impl TryUnbox for isize[src]

impl TryUnbox for String[src]

Loading content...

Implementors

impl<A: ArrayData> TryUnbox for Array<A>[src]

Loading content...