rusticata / asn1-rs

Parsers/Encoders for ASN.1 BER/DER data
Apache License 2.0
9 stars 14 forks source link

`BmpString` doesn't implement `TryFrom<&Any>` #26

Closed lilyball closed 1 year ago

lilyball commented 1 year ago

NOT A CONTRIBUTION

Unlike the other string types, BmpString only implements TryFrom<Any> and not TryFrom<&Any>.