Docs.rs
floe-core-0.1.5
floe-core 0.1.5
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
malon64
Dependencies
aws-config ^1
normal
aws-sdk-s3 ^1
normal
deltalake ^0.30.1
normal
glob ^0.3
normal
polars ^0.52.0
normal
serde ^1
normal
serde_json ^1
normal
tempfile ^3
normal
time ^0.3
normal
tokio ^1
normal
url ^2
normal
yaml-rust2 ^0.11
normal
Versions
0.32%
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.1.5
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