Skip to main content

get_belong_objects_by_ids

Function get_belong_objects_by_ids 

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