[][src]Trait twmap::map_parse::ErrorEdit

pub trait ErrorEdit: Sized {
    fn set_error_index(self, index: u16) -> Self;
fn set_error_cause(self, err_cause: ErrorCause) -> Self; }

Required methods

fn set_error_index(self, index: u16) -> Self[src]

fn set_error_cause(self, err_cause: ErrorCause) -> Self[src]

Loading content...

Implementations on Foreign Types

impl<T> ErrorEdit for Result<T, DatafileParseError>[src]

Loading content...

Implementors

Loading content...