pub type GotoImplementationResponse = GotoDefinitionResponse;
pub enum GotoImplementationResponse { Scalar(Location), Array(Vec<Location>), Link(Vec<LocationLink>), }