Trait roach::DataConverter
source · pub trait DataConverter: for<'a> DataTransform<'a, &'a Self::Target, ToArchive> {
type Target: 'static + ?Sized;
}Expand description
Implements the ability to convert from a canonical target type to an archived representation.
Required Associated Types§
Object Safety§
This trait is not object safe.