Skip to main content

update_entity

Function update_entity 

Source
pub async fn update_entity<E: Entity>(
    db: &impl GenericClient,
    before_entity: &E,
    after_entity: &E,
) -> QueryResult<()>