pub type PermissionsConfig = LayeredPermissionsConfig;Expand description
Type alias for backward compatibility.
Most existing code uses PermissionsConfig; this alias maps to the
new layered type so existing callers continue to compile.
Aliased Type§
pub struct PermissionsConfig {
pub mode: PermissionMode,
pub layers: Vec<PermissionLayer>,
}Fields§
§mode: PermissionModeSession-wide permission mode.
layers: Vec<PermissionLayer>Ordered layers (highest priority first).