1 2 3 4 5
use crate::errors::L10nRegistryError; pub trait ErrorReporter { fn report_errors(&self, errors: Vec<L10nRegistryError>); }