Skip to main content

ISynthesisRingRootMethods

Trait ISynthesisRingRootMethods 

Source
pub trait ISynthesisRingRootMethods: ISynthesisRingRoot {
    // Provided methods
    fn create(self) { ... }
    fn destroy(self) { ... }
    fn ctor(self) { ... }
    fn set_data(self, ring_data: impl Into<RingData>) { ... }
}

Provided Methods§

Source

fn create(self)

Create() overload

Source

fn destroy(self)

Destroy() overload

Source

fn ctor(self)

.ctor() overload

Source

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

SetData(crate::app::ringdata::RingData) 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: ISynthesisRingRoot> ISynthesisRingRootMethods for __T

Available on crate feature app-synthesisringroot only.