Type Definition scale_value::stringify::ParseCustomError
source · pub type ParseCustomError = Box<dyn Error + Send + Sync + 'static>;
Expand description
An arbitrary custom error.
pub type ParseCustomError = Box<dyn Error + Send + Sync + 'static>;
An arbitrary custom error.