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

Method from

atomic-core/src/record/workflow/globalize/error.rs:96–98  ·  view source on GitHub ↗
(e: PristineError)

Source from the content-addressed store, hash-verified

94
95impl From<PristineError> for GlobalizeError {
96 fn from(e: PristineError) -> Self {
97 Self::Pristine(Box::new(e))
98 }
99}
100
101/// Result type for globalization operations.

Callers

nothing calls this directly

Calls 1

PristineClass · 0.85

Tested by

no test coverage detected