pub fn get_slot_from_abbreviation(abrev: &str) -> Option<Slot>
Expand description

Determines the correct slot from an id. This can fail, so a None is returned when no slot matches that id.