Type Alias pingora_error::BError

source ·
pub type BError = Box<Error>;
Expand description

The boxed Error, the desired way to pass Error

Aliased Type§

struct BError(/* private fields */);