(e: crate::pristine::PristineError)
| 488 | |
| 489 | impl<E> From<crate::pristine::PristineError> for CrdtOutputError<E> { |
| 490 | fn from(e: crate::pristine::PristineError) -> Self { |
| 491 | CrdtOutputError::Pristine(e) |
| 492 | } |
| 493 | } |
| 494 | |
| 495 | /// Reconstruct a file's bytes by walking the CRDT layer. |