pub trait DropNotifyEofSignallable { fn eof() -> Self; fn is_eof(&self) -> bool; }
Values that can signal EOF
Implemented for Option, which is usually what you want to use.
Option
Generate the EOF value
Does this value indicate EOF