MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / from

Method from

atomic-core/src/record/error.rs:488–490  ·  view source on GitHub ↗
(e: PristineError)

Source from the content-addressed store, hash-verified

486/// ```
487impl From<PristineError> for RecordError {
488 fn from(e: PristineError) -> Self {
489 Self::Pristine(Box::new(e))
490 }
491}
492
493pub type RecordResult<T> = Result<T, RecordError>;

Callers

nothing calls this directly

Calls 1

PristineClass · 0.85

Tested by

no test coverage detected