Module capability

Source

Structs§

CapabilityBundle
A capability bundle given to the workspace to spawn a child process.
CapabilitySet
A fully-resolved capability set derived from a token.
CapabilityToken
An unguessable capability token bound to a single connection/process.
GlobalLimits
Global limits across the connection/process.
MethodRule
Pattern/rule controlling access to a method with optional quotas.
QuotaSet
Quotas applicable to a method.
ServiceName
Logical service identifier (human-readable, stable across versions).

Enums§

MethodSelector
A method selector can be exact or wildcard.

Traits§

TokenValidator
Validates a capability token and derives a bound CapabilitySet. Implementations should avoid panics and return errors for invalid tokens.