use crate::error; use crate::config::Config; pub fn get_string(_config: &Config) -> error::Result { unimplemented!() }