[][src]Trait cpp_core::ops::BeginMut

pub trait BeginMut {
    type Output;
    fn begin_mut(self) -> Self::Output;
}

Represents C++'s begin() function.

Associated Types

type Output

Output type.

Loading content...

Required methods

fn begin_mut(self) -> Self::Output

Returns a C++ mutable iterator object pointing to the beginning of the collection.

Loading content...

Implementors

Loading content...