Skip to main content

dry_put

Macro dry_put 

Source
macro_rules! dry_put {
    ($ctx:expr, $var:ident) => { ... };
    ($ctx:expr, $var:ident, $value:expr) => { ... };
}
Expand description

Store a variable in dry context using its name as the key dry_put!(dry_context, variable_name)