enum SandboxNetworkPermission
s6Basics24SandboxNetworkPermissionO
7PQWJ
import Basics
case none
case local(ports: [Int])
case all(ports: [Int])
case docker
case unixDomainSocket
protocol Equatable
A type that can be compared for value equality.
static func != (lhs: Self, rhs: Self) -> Bool
Returns a Boolean value indicating whether two values are not equal.