aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-config/src/setter_traits.rs
Commit message (Collapse)AuthorAgeFilesLines
* tor-config: Helper types for setters to take as argumentsNick Mathewson2025-12-091-0/+134
The derive-deftly TorConfig template will use these as appropriate for the inputs to setter functions, based on field types.