pub trait SnippetRunner { // Required method fn run(&self, snippet: &CodeSnippet) -> Result<String, String>; }