Function lemmy_db_schema::from_opt_str_to_opt_enum[][src]

pub fn from_opt_str_to_opt_enum<T: FromStr>(opt: &Option<String>) -> Option<T>