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