Docs.rs
floe-core-0.2.6
floe-core 0.2.6
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
malon64
Dependencies
apache-avro ^0.16
normal
arrow ^57
normal
aws-config ^1
normal
aws-sdk-s3 ^1
normal
azure_core ^0.20
normal
azure_identity ^0.20
normal
azure_storage ^0.20
normal
azure_storage_blobs ^0.20
normal
calamine ^0.24
normal
deltalake ^0.30.1
normal
df-interchange ^0.3.2
normal
futures ^0.3
normal
glob ^0.3
normal
gcloud-storage ^1.2.0
normal
iceberg ^0.8.0
normal
orc-rust ^0.7.1
normal
polars ^0.52.0
normal
rayon ^1
normal
reqwest ^0.12
normal
optional
roxmltree ^0.20
normal
serde ^1
normal
serde_json ^1
normal
serde_yaml ^0.9
normal
tempfile ^3
normal
time ^0.3
normal
tokio ^1
normal
url ^2
normal
uuid ^1
normal
yaml-rust2 ^0.11
normal
rust_xlsxwriter ^0.67
dev
Versions
0.83%
of the crate is documented
Go to latest version
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
RowErrorFormatter
floe_
core
0.2.6
RowError
Formatter
Required Methods
format
Implementors
In floe_
core::
checks
floe_core
::
checks
Trait
RowError
Formatter
Copy item path
Source
pub trait RowErrorFormatter { // Required method fn
format
(&self, errors: &[
RowError
]) ->
String
; }
Required Methods
§
Source
fn
format
(&self, errors: &[
RowError
]) ->
String
Implementors
§
Source
§
impl
RowErrorFormatter
for
CsvRowErrorFormatter
Source
§
impl
RowErrorFormatter
for
JsonRowErrorFormatter
Source
§
impl
RowErrorFormatter
for
TextRowErrorFormatter