Type Definition fmty::types::ConcatMapOnce

source ·
pub type ConcatMapOnce<I, F> = ConcatMap<Once<I>, F>;
Expand description

Trait Implementations§

source§

impl<I, F, R> Debug for ConcatMapOnce<I, F>where
    I: Iterator + Clone,
    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, F, R> Display for ConcatMapOnce<I, F>where
    I: Iterator + Clone,
    F: Fn(I::Item) -> R,
    R: Display,

source§

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

Formats the value using the given formatter. Read more