Struct std::fmt::internal::RepeatAdapter
struct RepeatAdapter<T> { ... }
T: Formattable<T>
Fields
-
times: usize
-
inner: T
Methods
impl RepeatAdapter { ... }
-
fn fmt<T, F>(self: &RepeatAdapter<T>, fmt: &mut F) -> Result
T: Formattable<T, F>F: Formatter<F>