Docs.rs
pdf-extract-0.6.4
pdf-extract 0.6.4
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
jrmuizel
Dependencies
adobe-cmap-parser ^0.3.3
normal
encoding ^0.2.33
normal
euclid ^0.20.5
normal
linked-hash-map =0.5.3
normal
lopdf ^0.26
normal
postscript ^0.14
normal
type1-encoding-parser ^0.1.0
normal
unicode-normalization ^0.1.19
normal
Versions
3.57%
of the crate is documented
Go to latest version
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
☰
ConvertToFmt
Required Associated Types
Writer
Required Methods
convert
Implementations on Foreign Types
&'a mut File
&'a mut String
&'a mut dyn Write
Implementors
In pdf_extract
?
Trait
pdf_extract
::
ConvertToFmt
source
·
[
−
]
pub trait ConvertToFmt { type
Writer
:
Write
; fn
convert
(self) -> Self::
Writer
; }
Required Associated Types
source
type
Writer
:
Write
Required Methods
source
fn
convert
(self) -> Self::
Writer
Implementations on Foreign Types
source
impl<'a>
ConvertToFmt
for &'a mut
String
type
Writer
= &'a mut
String
source
fn
convert
(self) -> Self::
Writer
source
impl<'a>
ConvertToFmt
for &'a mut dyn
Write
type
Writer
=
WriteAdapter
<&'a mut (dyn
Write
+ 'a)>
source
fn
convert
(self) -> Self::
Writer
source
impl<'a>
ConvertToFmt
for &'a mut
File
type
Writer
=
WriteAdapter
<&'a mut
File
>
source
fn
convert
(self) -> Self::
Writer
Implementors