Type Alias TryFromFnTyped

Source
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