subspace_data_retrieval::piece_getter

Type Alias BoxError

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

A type-erased error

Aliased Typeยง

struct BoxError(/* private fields */);