Type Definition rkyv_dyn::DynError[][src]

type DynError = Box<dyn Any>;

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