pub fn get_use_config_from_key<'a>(
key: &str,
decl: &'a ComponentDecl,
) -> Option<&'a UseConfigurationDecl>
Expand description
Get a specific configuration use declaration from the structured config key value.
pub fn get_use_config_from_key<'a>(
key: &str,
decl: &'a ComponentDecl,
) -> Option<&'a UseConfigurationDecl>
Get a specific configuration use declaration from the structured config key value.