macro_rules! load {
{ $($rest:tt)* } => { ... };
}Expand description
Parse the environment and panic on error; returns the generated struct.
macro_rules! load {
{ $($rest:tt)* } => { ... };
}Parse the environment and panic on error; returns the generated struct.