#[derive(EnvStruct)] { // Attributes available to this derive: #[env] }
Derives the EnvStruct trait for a struct or enum.
EnvStruct