Type Alias ockam_node::DetachedContext
source · pub type DetachedContext = Context;Expand description
A special type of Context that has no worker relay and inherits
the parent Context’s access control
Aliased Type§
struct DetachedContext { /* private fields */ }