Skip to main content

firebolt/structures/common/
header.rs

1use std::collections::HashMap;
2
3pub type Header = HashMap<String, String>;
4