Trait csv_diff::csv_parse_result::CsvParseResult
source · pub trait CsvParseResult<P, T> {
// Required methods
fn new(payload_inner: T) -> Self;
fn into_payload(self) -> P;
}
Required Methods§
fn new(payload_inner: T) -> Self
fn into_payload(self) -> P
Object Safety§
This trait is not object safe.