pub async fn clear(pool: &SqlitePool, key: &str) -> Result<()>Expand description
Remove a setting (reverting the reader to its env default).
pub async fn clear(pool: &SqlitePool, key: &str) -> Result<()>Remove a setting (reverting the reader to its env default).