implemented trait-interface for builders

This commit is contained in:
2024-03-17 00:21:20 +04:00
parent 1d62f3810c
commit 5bd783b75b
5 changed files with 111 additions and 78 deletions

View File

@@ -2,3 +2,4 @@ pub mod tabs;
pub mod pages;
pub mod switch;
pub mod wrapper;
pub mod builder_pattern_traits;