pub trait GetTargetPathForAIExpansion {
// Required method
fn target_path_for_ai_json_expansion(
&self,
target_dir: &Path,
expected_content_type: &ExpectedContentType,
) -> PathBuf;
}
pub trait GetTargetPathForAIExpansion {
// Required method
fn target_path_for_ai_json_expansion(
&self,
target_dir: &Path,
expected_content_type: &ExpectedContentType,
) -> PathBuf;
}