Builder: set the hash display length.
(mut self, len: usize)
| 655 | |
| 656 | /// Builder: set the hash display length. |
| 657 | pub fn hash_length(mut self, len: usize) -> Self { |
| 658 | self.hash_length = len; |
| 659 | self |
| 660 | } |
| 661 | |
| 662 | /// Builder: set count limit. |
| 663 | pub fn count(mut self, count: usize) -> Self { |
no outgoing calls