pub trait StatementSectionWithTimezone {
// Required method
fn from_node(
node: &NodeWrapper<'_>,
timezone_map: &HashMap<String, Tz>,
) -> Result<Self>
where Self: Sized;
}pub trait StatementSectionWithTimezone {
// Required method
fn from_node(
node: &NodeWrapper<'_>,
timezone_map: &HashMap<String, Tz>,
) -> Result<Self>
where Self: Sized;
}