[][src]Function random_show_themes::read_json_file

pub fn read_json_file<P, T>(path: P) -> Result<T, Box<dyn Error>> where
    P: AsRef<Path>,
    T: Deserialize<'de>,