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