tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

env.rs (128B)


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