pub fn is_slot<T>(slot: T) -> Result<(), String>
where T: AsRef<str> + Display,