pub fn yes_and_also<T, AlsoT: Display>(
yes: T,
and: &str,
also: impl IntoIterator<Item = AlsoT>,
) -> UpResult<'_, T>pub fn yes_and_also<T, AlsoT: Display>(
yes: T,
and: &str,
also: impl IntoIterator<Item = AlsoT>,
) -> UpResult<'_, T>