pub(super) async fn provide_hover_impl( application_handle: AppHandle<Wry>, uri: String, position: Value, ) -> Result<Value, String>
Implementation of hover command - called by the command wrapper in the parent module.