Type Alias aws_sdk_dynamodb::error::BoxError

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

A boxed error that is Send and Sync.

Aliased Type§

struct BoxError(/* private fields */);

Trait Implementations§

source§

impl<T> AsyncSleep for Box<T, Global>where T: AsyncSleep + ?Sized,

source§

fn sleep(&self, duration: Duration) -> Sleep

Returns a future that sleeps for the given duration of time.
1.0.0 · source§

impl<T, A> Deref for Box<T, A>where A: Allocator, T: ?Sized,

§

type Target = T

The resulting type after dereferencing.
source§

fn deref(&self) -> &T

Dereferences the value.