Type Alias aws_sdk_lakeformation::error::BoxError

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

A boxed error that is Send and Sync.

Aliased Type§

struct BoxError(/* private fields */);