Skip to main content

PathBuilderIndex

Trait PathBuilderIndex 

Source
pub trait PathBuilderIndex {
    // Required method
    fn index(&mut self, i: usize) -> &mut Self;
}

Required Methods§

Source

fn index(&mut self, i: usize) -> &mut Self

Dyn Compatibility§

This trait is not dyn compatible.

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

Implementors§