Type Alias rkyv_dyn::DynError

source ·
pub type DynError = Box<dyn Any>;
Expand description

An error that can occur while serializing and deserializing trait objects.

Aliased Type§

struct DynError(/* private fields */);