BlockingArchive

Trait BlockingArchive 

Source
pub trait BlockingArchive
where 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§

Source

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.

Implementors§