pause

Function pause 

Source
pub async fn pause(user_id: Uuid, pool: &SharedPool) -> Result<(), ServiceError>
Expand description

Pause the guided tour for the user

ยงErrors

If the connection to the database could not be established.