Function nalgebra::try_convert_ref

source ·
pub fn try_convert_ref<From: SupersetOf<To>, To>(t: &From) -> Option<To>
Expand description

Attempts to convert an object to a more specific one.

See also: