Trait citadel::TryFromRaw[][src]

pub trait TryFromRaw {
    fn try_from_raw(ptr: *mut c_char) -> Option<Self>
    where
        Self: Sized
; }

Required methods

fn try_from_raw(ptr: *mut c_char) -> Option<Self> where
    Self: Sized
[src]

Loading content...

Implementations on Foreign Types

impl TryFromRaw for String[src]

Loading content...

Implementors

Loading content...