[][src]Type Definition rkyv_dyn::DynError

type DynError = Box<dyn Any>;

A generic error that can be returned from a DynWrite.