xmr-rs / xmr

Monero node.
Apache License 2.0
30 stars 9 forks source link

Choose a better name for serialization::DeserializeBlob. #6

Closed jeandudey closed 6 years ago

jeandudey commented 6 years ago

It's confusing, it can be changed to FromBlob or something like that. Also what about dropping this trait and use the yet-in-nightly TryFrom trait?.

jeandudey commented 6 years ago

Not necessary, StlElement trait does this now.

jeandudey commented 6 years ago

Not necessary, StlElement trait does this now.