Type Definition fmty::types::JoinOnce

source ·
pub type JoinOnce<I, S> = Join<Once<I>, S>;
Expand description

Trait Implementations§

source§

impl<I, S> Debug for JoinOnce<I, S>where
    I: Iterator,
    I::Item: Debug,
    S: Display,

source§

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

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

impl<I, S> Display for JoinOnce<I, S>where
    I: Iterator,
    I::Item: Display,
    S: Display,

source§

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

Formats the value using the given formatter. Read more