Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
/// ```
487
impl From<PristineError> for RecordError {
488
fn from(e: PristineError) -> Self {
489
Self::Pristine(Box::new(e))
490
}
491
}
492
493
pub type RecordResult<T> = Result<T, RecordError>;
Callers
nothing calls this directly
Calls
1
Pristine
Class · 0.85
Tested by
no test coverage detected