//! A single sequence flow/block conversion code action.
use TextEdit;
/// A proposed conversion of a YAML sequence between its inline and block forms.
///
/// URI-agnostic: the language server wraps `edit` into a `WorkspaceEdit` keyed
/// by the document's URI when responding to a `textDocument/codeAction`
/// request.