pub trait BlockingArchivewhere
Self: ArchiveCodec + MessageId,
<Self::Response as Archive>::Archived: Deserialize<Self::Response, XousDeserializer> + for<'a> CheckBytes<XousValidator<'a>>,{
type Response: ArchiveCodec;
}Expand description
heap allocated message that expects a response
Required Associated Types§
Sourcetype Response: ArchiveCodec
type Response: ArchiveCodec
response type for this message
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.