Skip to main content

get_setting_by_key

Function get_setting_by_key 

Source
pub async fn get_setting_by_key(
    db: DB,
    key: String,
) -> Result<Option<Settings>, Box<dyn Error>>