mozilla / webrtc-sdp

Rust SDP parser for WebRTC
Mozilla Public License 2.0
155 stars 30 forks source link

Add fmt::Debug to SdpSession #79

Closed na-g closed 6 years ago

na-g commented 6 years ago

A number of Result<> convenience methods require this.

na-g commented 6 years ago

This may not be appropriate for our release code. Closing for now. It can be reopened if necessary.