pub type CallTargetInterface = Arc<CallTargetInterface>;
Expand description
Interface target. This represents an interface, which can be selected by set-link-name
.
Aliased Typeยง
struct CallTargetInterface { /* private fields */ }
pub type CallTargetInterface = Arc<CallTargetInterface>;
Interface target. This represents an interface, which can be selected by set-link-name
.
struct CallTargetInterface { /* private fields */ }