Skip to main content

ChildElement

Trait ChildElement 

Source
pub trait ChildElement: Sizable + IntoElement {
    // Required method
    fn with_ix(self, ix: usize) -> Self;
}

Required Methods§

Source

fn with_ix(self, ix: usize) -> Self

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§