TryFromFnTyped

Type Alias TryFromFnTyped 

Source
pub type TryFromFnTyped<T> = for<'src, 'mem, 'shape> fn(source: TypedPtrConst<'src, T>, source_shape: &'static Shape, target: TypedPtrUninit<'mem, T>) -> Result<&'mem mut T, TryFromError>;
Expand description

Function to try converting from another type