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§
Sourcefn is_opening(self) -> bool
fn is_opening(self) -> bool
IsOpening() overload
Sourcefn is_key_inputted(self) -> bool
fn is_key_inputted(self) -> bool
IsKeyInputted() overload
Sourcefn is_closing(self) -> bool
fn is_closing(self) -> bool
IsClosing() 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§
impl<__T: IRingSynthesisSequence_Result1Proc> IRingSynthesisSequence_Result1ProcMethods for __T
Available on crate feature
app-ringsynthesissequence only.