Function format_serde_error::set_default_contextualize[][src]

pub fn set_default_contextualize(should_contextualize: bool)
Expand description

Set the default if contextualization should be enabled or not. Default value is CONTEXTUALIZE_DEFAULT. If you want to change the amount of context shown for a single error use SerdeError::set_contextualize instead.