Docs.rs
dicom-encoding-0.5.3
dicom-encoding 0.5.3
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
Enet4
Dependencies
byteordered ^0.6
normal
dicom-core ^0.5.3
normal
dicom-dictionary-std ^0.5.0
normal
encoding ^0.2.33
normal
inventory ^0.2.2
normal
jpeg-decoder ^0.3.0
normal
snafu ^0.7.3
normal
Versions
72.34%
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
☰
DynEncoder
In dicom_encoding::transfer_syntax
?
Type Definition
dicom_encoding
::
transfer_syntax
::
DynEncoder
source
·
[
−
]
pub type DynEncoder<'w, W> =
Box
<dyn
EncodeTo
<W> + 'w>;
Expand description
An encoder with its type erased.