Type Alias gix_odb::write::Error

source ·
pub type Error = Box<dyn Error + Send + Sync + 'static>;
Expand description

The error type returned by the Write trait.

Aliased Type§

struct Error(/* private fields */);