[][src]Trait cdrs::types::AsRust

pub trait AsRust {
    fn as_rust<R>(&self) -> CDRSResult<Option<R>>
    where
        Self: AsRustType<R>
, { ... }
fn as_r_rust<T>(&self) -> CDRSResult<T>
    where
        Self: AsRustType<T>
, { ... } }

Provided methods

fn as_rust<R>(&self) -> CDRSResult<Option<R>> where
    Self: AsRustType<R>, 
[src]

fn as_r_rust<T>(&self) -> CDRSResult<T> where
    Self: AsRustType<T>, 
[src]

Loading content...

Implementors

impl AsRust for List[src]

impl AsRust for Map[src]

Loading content...