project_access

Function project_access 

Source
pub async fn project_access(
    __arg0: Cached<TenantIdentifier>,
    __arg1: Cached<ProjectIdentifier>,
    __arg2: Extension<Arc<UserTokenClaims>>,
    request: Request,
    next: Next,
) -> Result<Response, OperationOutcomeError>