pub type Rights = Operations;
Expand description
Rights are properties specific to a connection. They limit which operations are allowed on a connection, including those which may be granted to new connections.
Invoking an operation without the corresponding right results in ZX_ERR_ACCESS_DENIED
even if the node does not have support for the operation.
Aliased Typeยง
struct Rights(/* private fields */);