Function ensure_user_id

Source
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.