Function extract_struct_names_from_input

Source
pub(crate) fn extract_struct_names_from_input(
    input: &str,
) -> Result<HashSet<String>, Box<dyn Error>>