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
.