// SPDX-FileCopyrightText: OpenTalk GmbH <mail@opentalk.eu>
//
// SPDX-License-Identifier: EUPL-1.2
//TODO(r.floren) find better name for this. We do not want that to be part of ToCasbin as then we need to impl to_casbin_policy ofr UserPolicies<'_>
/// This trait is used to allow different struct to be used with casbin.
///
/// This allows strict rules for keys in the permissions system.
/// Similar to redis we use prefixes here to differentiate resources.
/// E.g. `user::<UUID>` and `group::<ID>`