pub async fn get_belong_objects_by_ids<C>(
db: &C,
object_ids: impl IntoIterator<Item = ObjectId>,
) -> MetaResult<Vec<Model>>where
C: ConnectionTrait,Expand description
Returns all objects that transitively belong to object_ids, excluding object_ids.