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

Implementors§