Trait cfx_wasm_rt_types::AsCharPtr[][src]

pub trait AsCharPtr {
    fn as_char_ptr(&self) -> CharPtr<'_>;
}

Required methods

Implementations on Foreign Types

Implementors