pub fn styled_components<'a, C>( file_name: Option<&'a str>, src_file_hash: u128, config: &'a Config, comments: C, ) -> impl 'a + Passwhere C: 'a + Comments + Clone,