pub async fn handle_formatting(
state: &ServerState,
params: DocumentFormattingParams,
) -> Result<Option<Vec<TextEdit>>>
pub async fn handle_formatting(
state: &ServerState,
params: DocumentFormattingParams,
) -> Result<Option<Vec<TextEdit>>>