Docs.rs
arrow-tools-0.24.4
arrow-tools 0.24.4
Permalink
Docs.rs crate page
MIT
/
Apache-2.0
Links
Repository
crates.io
Source
Owners
domoritz
Dependencies
flate2 ^1.1
normal
libz-ng-sys <1.1.24
normal
Versions
40%
of the crate is documented
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
SeekRead
arrow_
tools
0.24.4
Seek
Read
Implementations on Foreign Types
File
Implementors
In arrow_
tools::
seekable_
reader
arrow_tools
::
seekable_reader
Trait
Seek
Read
Copy item path
Source
pub trait SeekRead:
Read
+
Seek
{ }
Expand description
A trait for a reader that can seek to a position
Implementations on Foreign Types
§
Source
§
impl
SeekRead
for
File
Implementors
§
Source
§
impl
SeekRead
for
SeekableReader
<
File
>
Source
§
impl
SeekRead
for
SeekableReader
<
MultiGzDecoder
<
File
>>