[][src]Attribute Macro rkyv_dyn::archive_dyn

#[archive_dyn]

Creates archiveable trait objects and registers implementations.

Prepend to trait definitions and implementations. On trait definitions, you can use the form #[archive_dyn = "..."] to choose the name of the archive type. By default, it will be named "Archive" + your trait name.