pub fn retrieve_implementations(
indexer: &IndexFacade,
trait_name: &str,
language: Option<&str>,
format: OutputFormat,
fields: Option<Vec<String>>,
) -> ExitCodeExpand description
Execute retrieve implementations command
Uses QueryContext for symbol resolution with ambiguous handling.