use crate::core::{AttributeHashMap, DeltaOperation, DeltaOperations, OperationBuilder}; pub type TextOperations = DeltaOperations; pub type TextOperationBuilder = OperationBuilder; pub type TextOperation = DeltaOperation; // pub trait TextOperation2: Default + Debug + OperationTransform {} // // impl TextOperation2 for TextOperations {}