We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
trait Header
The impl Header for Dnt example is a good start, but it doesn't explain the actual semantics of the iterator-based design.
impl Header for Dnt
Example questions which would be nice to have answered in the documentation:
fn decode
decode
fn encode
encode
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The
impl Header for Dnt
example is a good start, but it doesn't explain the actual semantics of the iterator-based design.Example questions which would be nice to have answered in the documentation:
fn decode
contain more than one value?decode
implementation does not consume the provided iterator entirely, what happens to the remaining values?fn encode
?encode
anddecode
circumstances symmetrical?The text was updated successfully, but these errors were encountered: