[][src]Trait firestore_db_and_auth::documents::JoinableIterator

pub trait JoinableIterator: Iterator {
    fn join(&mut self, sep: &str) -> String
    where
        Self::Item: Display
, { ... } }

An Iterator implementation that provides a join method

Provided methods

fn join(&mut self, sep: &str) -> String where
    Self::Item: Display

Loading content...

Implementations on Foreign Types

impl<'a, VALUE> JoinableIterator for Keys<'a, String, VALUE>[src]

Loading content...

Implementors

Loading content...