pub async fn ensure_user_id<C>(user_id: UserId, db: &C) -> MetaResult<()>where
C: ConnectionTrait,Expand description
ensure_user_id ensures the existence of target user in the cluster.
pub async fn ensure_user_id<C>(user_id: UserId, db: &C) -> MetaResult<()>where
C: ConnectionTrait,ensure_user_id ensures the existence of target user in the cluster.