pub type ReplyAuthority<C = NoExplicitInvocationContext> = ImplicitReplyAuthority<C>;Expand description
Configuration-dependant alias for conveying reply authority to syscalls.
Aliased Type§
pub struct ReplyAuthority<C = NoExplicitInvocationContext> { /* private fields */ }