12345 |
- use crate::core::{AttributeHashMap, DeltaOperation, DeltaOperations, OperationBuilder};
- pub type TextOperations = DeltaOperations<AttributeHashMap>;
- pub type TextOperationBuilder = OperationBuilder<AttributeHashMap>;
- pub type TextOperation = DeltaOperation<AttributeHashMap>;
|