nats.rs icon indicating copy to clipboard operation
nats.rs copied to clipboard

Implement Deserialize trait for ServerAddress

Open nepalez opened this issue 11 months ago • 1 comments

See: https://github.com/nats-io/nats.rs/issues/717

Impement the serde deserializer for the ServerAddress(Url) struct based on the existing implementation of from_str.

nepalez avatar Jul 11 '23 15:07 nepalez

I'm not sure about this, as there are a lot of types that are serialized with try_from/from_str via serde itself. @Jarema wdyt?

caspervonb avatar Jul 21 '23 13:07 caspervonb