Type Alias TryFromFnTyped

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

Function to try converting from another type