Type Alias TryFromFnTyped

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

Function to try converting from another type