Docs.rs
varg-0.0.5
varg 0.0.5
Docs.rs crate page
MIT
Links
Homepage
crates.io
Source
Owners
Dahriim
Dependencies
csv ^1.1
normal
serde ^1
normal
Versions
0%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
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
SaveAny
varg
0.0.5
SaveAny
Required Methods
save_as_csv
Implementations on Foreign Types
String
Vec<T>
Implementors
In crate varg
varg
Trait
SaveAny
Copy item path
Source
pub trait SaveAny<T> { // Required method fn
save_as_csv
(&self) ->
Result
<
()
,
Box
<dyn
Error
>>; }
Required Methods
§
Source
fn
save_as_csv
(&self) ->
Result
<
()
,
Box
<dyn
Error
>>
Implementations on Foreign Types
§
Source
§
impl
SaveAny
<
T
> for
String
Source
§
fn
save_as_csv
(&self) ->
Result
<
()
,
Box
<dyn
Error
>>
Source
§
impl<T>
SaveAny
<T> for
Vec
<T>
where T:
Serialize
,
Source
§
fn
save_as_csv
(&self) ->
Result
<
()
,
Box
<dyn
Error
>>
Implementors
§