Searched defs:TryNewError (Results 1 – 1 of 1) sorted by relevance
46 pub enum TryNewError { enum67 impl From<AllocError> for TryNewError { implementation101 fn try_new<T: TryAllocInto<Vec<u8>>>(t: T) -> Result<CString, TryNewError>; in try_new() argument124 fn try_new<T: TryAllocInto<Vec<u8>>>(t: T) -> Result<CString, TryNewError> { in try_new() argument