I\'m trying to make the following code work:
struct IntHolder { ints: Vec, } impl IntHolder { fn special_int(&self) -> Option