mirror of
https://codeberg.org/YGGverse/psocks.git
synced 2026-04-01 08:55:27 +00:00
rename some members; add documentation
This commit is contained in:
parent
eeafed077a
commit
8586a5b036
3 changed files with 12 additions and 5 deletions
|
|
@ -12,7 +12,7 @@ pub struct Total {
|
|||
}
|
||||
|
||||
impl Total {
|
||||
pub fn with_entries(entries: u64) -> Self {
|
||||
pub fn with_rules(entries: u64) -> Self {
|
||||
Self {
|
||||
entries: entries.into(),
|
||||
..Self::default()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue