Docs.rs
polars-utils-0.49.0
polars-utils 0.49.0
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
ritchie46
stijnherfst
Dependencies
bincode ^1.3.3
normal
optional
bytemuck ^1.22
normal
bytes ^1.10
normal
compact_str ^0.8.0
normal
flate2 ^1
normal
optional
foldhash ^0.1.5
normal
hashbrown ^0.15.0
normal
indexmap ^2
normal
libc ^0.2
normal
memmap2 ^0.9
normal
optional
num-traits ^0.2
normal
polars-error ^0.49.0
normal
pyo3 ^0.25
normal
optional
rand ^0.8
normal
raw-cpuid ^11
normal
rayon ^1.9
normal
regex ^1.9
normal
rmp-serde ^1.3
normal
optional
schemars ^0.8.22
normal
optional
serde ^1.0.188
normal
optional
serde_ignored ^0.1.12
normal
optional
serde_json ^1
normal
optional
slotmap ^1
normal
stacker ^0.1
normal
sysinfo ^0.33
normal
optional
rand ^0.8
dev
version_check ^0.9.4
build
Versions
22.5%
of the crate is documented
Go to latest version
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
polars_
utils
0.49.0
Write
Close
Provided Methods
close
Implementors
In polars_
utils::
file
polars_utils
::
file
Trait
WriteClose
Copy item path
Source
pub trait WriteClose:
Write
{ // Provided method fn
close
(self:
Box
<Self>) ->
Result
<
()
> { ... } }
Provided Methods
§
Source
fn
close
(self:
Box
<Self>) ->
Result
<
()
>
Implementors
§
Source
§
impl
WriteClose
for
ClosableFile