Skip to main content

IRingSynthesisSequence_Result1ProcMethods

Trait IRingSynthesisSequence_Result1ProcMethods 

Source
pub trait IRingSynthesisSequence_Result1ProcMethods: IRingSynthesisSequence_Result1Proc {
    // Provided methods
    fn ctor(self, ring_data: impl Into<RingData>) { ... }
    fn create(self) { ... }
    fn is_opening(self) -> bool { ... }
    fn is_key_inputted(self) -> bool { ... }
    fn is_closing(self) -> bool { ... }
    fn destroy(self) { ... }
}

Provided Methods§

Source

fn ctor(self, ring_data: impl Into<RingData>)

.ctor(crate::app::ringdata::RingData) overload

Source

fn create(self)

Create() overload

Source

fn is_opening(self) -> bool

IsOpening() overload

Source

fn is_key_inputted(self) -> bool

IsKeyInputted() overload

Source

fn is_closing(self) -> bool

IsClosing() overload

Source

fn destroy(self)

Destroy() overload

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§

Source§

impl<__T: IRingSynthesisSequence_Result1Proc> IRingSynthesisSequence_Result1ProcMethods for __T

Available on crate feature app-ringsynthesissequence only.