Trait cdrs_tokio::types::AsRust

source ·
pub trait AsRust {
    // Provided methods
    fn as_rust<R>(&self) -> Result<Option<R>, Error>
       where Self: AsRustType<R> { ... }
    fn as_r_rust<T>(&self) -> Result<T, Error>
       where Self: AsRustType<T> { ... }
}

Provided Methods§

source

fn as_rust<R>(&self) -> Result<Option<R>, Error>
where Self: AsRustType<R>,

source

fn as_r_rust<T>(&self) -> Result<T, Error>
where Self: AsRustType<T>,

Object Safety§

This trait is not object safe.

Implementors§