Type Alias FuncArgs

Source
pub type FuncArgs = HashMap<String, Value>;
Expand description

引数。文字列から Json value へのマップ。

Aliased Type§

pub struct FuncArgs { /* private fields */ }