Function openfoamparser_rust::parse_vector3[][src]

pub fn parse_vector3<T>(s: &str) -> Option<Vector3<T>> where
    T: Debug + Copy + PartialEq + FromStr + 'static,