use std::error::Error; use crate::state::State; pub async fn clean(state: State) -> Result<(), Box> { }