To use conf
, use the #[derive(Conf)]
proc macro on your configuration struct.
Then call a [Conf
] trait function to parse your configuration struct.
To use conf
, use the #[derive(Conf)]
proc macro on your configuration struct.
Then call a [Conf
] trait function to parse your configuration struct.