Function format_serde_error::set_default_context_characters[][src]

pub fn set_default_context_characters(amount_of_context: usize)
Expand description

Set the default amount of context characters shown. Default amount of context is CONTEXT_CHARACTERS_DEFAULT. If you want to change the amount context shown for a single error use SerdeError::set_context_characters instead.