pub trait Complete { fn complete(&self) -> bool; }
| returns true if the current deserialization | is complete |