Skip to main content

StatementSectionWithTimezone

Trait StatementSectionWithTimezone 

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

Required Methods§

Source

fn from_node( node: &NodeWrapper<'_>, timezone_map: &HashMap<String, Tz>, ) -> Result<Self>
where Self: Sized,

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§