Skip to main content

get_belong_objects

Function get_belong_objects 

Source
pub async fn get_belong_objects<C>(
    db: &C,
    object_id: ObjectId,
) -> MetaResult<Vec<Model>>
where C: ConnectionTrait,