Docs.rs
close-err-1.0.2
close-err 1.0.2
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
bobrippling
Dependencies
libc ^0.2
normal
kernel32-sys ^0.2
normal
winapi ^0.3
normal
Versions
33.33%
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
Closable
close_
err
1.0.2
Closable
Required Methods
close
Implementors
In crate close_
err
close_err
Trait
Closable
Copy item path
Source
pub trait Closable { // Required method fn
close
(self) ->
Result
<
()
,
Error
>; }
Required Methods
§
Source
fn
close
(self) ->
Result
<
()
,
Error
>
Implementors
§
Source
§
impl<T>
Closable
for T
where T:
IntoRawFd
,
Available on
Unix
only.