| 1 | //! Convenient and efficient string argument passing. |
| 2 | //! |
| 3 | //! This module defines the `Arg` trait and implements it for several common |
| 4 | //! string types. This allows users to pass any of these string types directly |
nothing calls this directly
no outgoing calls
no test coverage detected