Function iffi::try_from

source ·
pub fn try_from<T: Iffi<U>, U: Nicheless + Debug>(value: U) -> Result<T, Error>
Expand description

Tries to convert an FFI-safe nicheless type to a more ergonomic one.