manojgop / sawtooth-poet

Apache License 2.0
1 stars 6 forks source link

Do we need _method_name() convention in rust? #35

Closed arsulegai closed 5 years ago

arsulegai commented 5 years ago

https://github.com/manojgop/sawtooth-poet/blob/9d13098eb4033554174e5df9026d143fdafa644d/src/validator-registry-tp/src/validator_registry_tp.rs#L139

askmish commented 5 years ago

Yes, we do that to indicate which method should be private in a struct.

arsulegai commented 5 years ago

Ok, thanks