pub fn copy(from: impl Outboard, to: impl OutboardMut) -> Result<()>
Expand description
Copy an outboard to another outboard.
This can be used to persist an in memory outboard or to change from pre-order to post-order.
pub fn copy(from: impl Outboard, to: impl OutboardMut) -> Result<()>
Copy an outboard to another outboard.
This can be used to persist an in memory outboard or to change from pre-order to post-order.