Trait stc_ts_storage::ErrorStore
source · [−]pub trait ErrorStore {
fn report(&mut self, err: Error);
fn report_all(&mut self, err: Errors);
fn take_errors(&mut self) -> Errors;
}
Required Methods
source
fn report_all(&mut self, err: Errors)
source