pub type TryFromFnTyped<T> = for<'src, 'mem, 'shape> fn(&'src T, &'shape Shape<'shape>, TypedPtrUninit<'mem, T>) -> Result<&'mem mut T, TryFromError<'shape>>;Expand description
Function to try converting from another type
pub type TryFromFnTyped<T> = for<'src, 'mem, 'shape> fn(&'src T, &'shape Shape<'shape>, TypedPtrUninit<'mem, T>) -> Result<&'mem mut T, TryFromError<'shape>>;Function to try converting from another type