/// Automatically implement the [`TryFrom`] and [`TryFromEnv`] traits
pub use TryFromEnv;
/// Attempt to parse the environment variables into structured data
///
/// The easiest/recommended way to implement this trait is via the derive macro,
/// [`TryFromEnv`](wrath_macros::TryFromEnv).