Macro aerospike::as_bin

source ·
macro_rules! as_bin {
    ($bin_name:expr, None) => { ... };
    ($bin_name:expr, $val:expr) => { ... };
}
Expand description

Construct a new bin from a name and an optional value (defaults to the empty value nil).