Type Definition fmty::types::JoinMapOnce

source ·
pub type JoinMapOnce<I, S, F> = JoinMap<Once<I>, S, F>;
Expand description

Trait Implementations§

source§

impl<I, S, F, R> Debug for JoinMapOnce<I, S, F>where
    I: Iterator,
    S: Display,
    F: Fn(I::Item) -> R,
    R: Debug,

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<I, S, F, R> Display for JoinMapOnce<I, S, F>where
    I: Iterator,
    S: Display,
    F: Fn(I::Item) -> R,
    R: Display,

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more