gix_odb::write

Type Alias 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 */);