pub type Reply<C = NoExplicitInvocationContext> = Cap<Reply, C>;Aliased Type§
struct Reply<C = NoExplicitInvocationContext> { /* private fields */ }Implementations§
source§impl<C: InvocationContext> Reply<C>
impl<C: InvocationContext> Reply<C>
sourcepub fn send(self, info: MessageInfo)
pub fn send(self, info: MessageInfo)
Corresponds to seL4_Send.