rs_puff/types/
row.rs

1use std::collections::HashMap;
2
3pub type Row = HashMap<String, serde_json::Value>;