Function go_on

Source
pub fn go_on<'any, AnyT, GoOnT: Display>(
    suggestions: impl IntoIterator<Item = GoOnT>,
) -> UpResult<'any, AnyT>