pub type PreparedCircleObjects = BTreeMap<String, PreparedExactObject>;Expand description
The stored bytes of one operation’s objects, supplied alongside the operation that names them so the database can install the bytes and their owner claims at the same durable boundary.
Aliased Type§
pub struct PreparedCircleObjects { /* private fields */ }