fn render_task_enter_field<W>(stdout: &mut W)
where
W: Write,
{
...
}
I need to add this function to vector. I will iterate it and call each function.
I have tried Vec<fn(&mut impl Write)>
, but it does not work
New contributor
Artem Novikov is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.