pub fn extract_static_class_before_cursor( line: &str, cursor_col_utf16: usize, ) -> Option<String>
Extract the class name from immediately before :: at the cursor’s column.
::