Type Definition fmty::types::ConcatOnce

source ·
pub type ConcatOnce<I> = Concat<Once<I>>;
Expand description

Trait Implementations§

source§

impl<I> Debug for ConcatOnce<I>where
    I: Iterator,
    I::Item: Debug,

source§

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

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

impl<I> Display for ConcatOnce<I>where
    I: Iterator,
    I::Item: Display,

source§

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

Formats the value using the given formatter. Read more