use crate::core::{AttributeHashMap, DeltaOperation, DeltaOperationBuilder, DeltaOperations}; pub type DeltaTextOperations = DeltaOperations; pub type DeltaTextOperationBuilder = DeltaOperationBuilder; pub type DeltaTextOperation = DeltaOperation; // pub trait TextOperation2: Default + Debug + OperationTransform {} // // impl TextOperation2 for TextOperations {}