pub async fn get_role(
__arg0: State<ApiState>,
__arg1: Extension<AuthToken>,
__arg2: Path<String>,
) -> Result<Json<ApiResponse<RoleResponse>>, StatusCode>Expand description
Get role by ID GET /api/v1/rbac/roles/{role_id}
pub async fn get_role(
__arg0: State<ApiState>,
__arg1: Extension<AuthToken>,
__arg2: Path<String>,
) -> Result<Json<ApiResponse<RoleResponse>>, StatusCode>Get role by ID GET /api/v1/rbac/roles/{role_id}