Trait liquid_core::error::ErrorClone
source · [−]Expand description
An error that can be cloned.
Required methods
fn clone_box(&self) -> Box<dyn ErrorClone>
fn clone_box(&self) -> Box<dyn ErrorClone>
Clone the error.
An error that can be cloned.
Clone the error.