MCPcopy Create free account
hub / github.com/GraphLite-AI/GraphLite / from

Method from

graphlite/src/storage/persistent/types.rs:104–106  ·  view source on GitHub ↗
(e: std::io::Error)

Source from the content-addressed store, hash-verified

102// Automatic conversions from common error types
103impl From<std::io::Error> for StorageDriverError {
104 fn from(e: std::io::Error) -> Self {
105 StorageDriverError::IoError(e)
106 }
107}
108
109impl From<bincode::Error> for StorageDriverError {

Callers

nothing calls this directly

Calls 2

IoErrorClass · 0.85
SerializationErrorClass · 0.85

Tested by

no test coverage detected