Skip to main content

IRingSynthesisSequence_Result1Proc

Trait IRingSynthesisSequence_Result1Proc 

Source
pub trait IRingSynthesisSequence_Result1Proc: IProcInst {
    // Provided methods
    fn m_refine_ring_result1_window(self) -> RefineRingResult1Window { ... }
    fn set_m_refine_ring_result1_window(self, value: RefineRingResult1Window) { ... }
    fn m_ring_data(self) -> RingData { ... }
    fn set_m_ring_data(self, value: RingData) { ... }
}

Provided Methods§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§