pub trait PatchObjectStore { // Required method fn fetch_patch_object(&self, object_id: ObjectId) -> Result<Vec<u8>>; }
Provider for ECS patch object payload bytes.
Fetch an ECS object payload by ObjectId.
ObjectId
Returns an error when the object is missing/corrupt/unreadable.