MCPcopy Create free account
hub / github.com/ciphermodelabs/ciphercore / data_structures.rs

File data_structures.rs

ciphercore-base/src/inline/data_structures.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1use crate::errors::Result;
2
3pub(super) trait CombineOp<T> {
4 fn combine(&mut self, arg1: T, arg2: T) -> Result<T>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected