Skip to main content

RowErrorFormatter

Trait RowErrorFormatter 

Source
pub trait RowErrorFormatter {
    // Required method
    fn format(&self, errors: &[RowError]) -> String;
}

Required Methods§

Source

fn format(&self, errors: &[RowError]) -> String

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§