hyperium / http

Rust HTTP types
Apache License 2.0
1.12k stars 283 forks source link

Why add _priv will allow extending in the future #566

Closed npuichigo closed 1 year ago

npuichigo commented 1 year ago

I'm new to rust and cannot understand this pattern. Could anyone explain this?

    /// Allow extending in the future
    _priv: (),