Skip to main content

IntoTIter

Trait IntoTIter 

Source
pub trait IntoTIter: IntoIterator
where Self::IntoIter: TIterator,
{ // Required method fn into_titer(self) -> Self::IntoIter where Self: Sized; }
Expand description

A trait indicating that a type can be converted into a Trusted and DoubleEnded iterator.

Required Methods§

Source

fn into_titer(self) -> Self::IntoIter
where Self: Sized,

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§