Skip to main content

SolarTimeQimenExt

Trait SolarTimeQimenExt 

Source
pub trait SolarTimeQimenExt {
    // Required methods
    fn qimen(&self) -> Qimen;
    fn qimen_with_options(&self, options: QimenOptions) -> Result<Qimen>;
}
Expand description

通过 SolarTime 直接起局的便捷扩展。

Required Methods§

Source

fn qimen(&self) -> Qimen

默认参数 (时家三元) 起局。

Source

fn qimen_with_options(&self, options: QimenOptions) -> Result<Qimen>

自定义参数起局。

Implementations on Foreign Types§

Source§

impl SolarTimeQimenExt for SolarTime

Implementors§