Macro libsql::named_params

source ·
macro_rules! named_params {
    () => { ... };
    ($($param_name:literal: $value:expr),* $(,)?) => { ... };
}