Skip to main content

IStructList_1Methods

Trait IStructList_1Methods 

Source
pub trait IStructList_1Methods<T0: ClassIdentity>: ClassIdentity {
    // Provided methods
    fn build(self)
       where Self: Sized { ... }
    fn completed(self)
       where Self: Sized { ... }
    fn completed_end(self) -> bool
       where Self: Sized { ... }
    fn release(self)
       where Self: Sized { ... }
    fn ctor(self)
       where Self: Sized { ... }
}

Provided Methods§

Source

fn build(self)
where Self: Sized,

Source

fn completed(self)
where Self: Sized,

Source

fn completed_end(self) -> bool
where Self: Sized,

Source

fn release(self)
where Self: Sized,

Source

fn ctor(self)
where Self: Sized,

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§