Docs.rs
pak-db-0.2.2
pak-db 0.2.2
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
crates.io
Source
Owners
MrVintage710
Dependencies
bincode ^1.3.3
normal
logos ^0.15.1
normal
ordermap ^1.0.0
normal
serde ^1.0.218
normal
sha256 ^1.6.0
normal
thiserror ^2.0.12
normal
strum ^0.27
dev
strum_macros ^0.27
dev
Versions
18.91%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
IntoPakValue
pak_db
0.2.2
Into
PakValue
Required Methods
into_pak_value
Implementations on Foreign Types
Option<T>
Vec<T>
Implementors
In pak_
db::
value
pak_db
::
value
Trait
Into
PakValue
Copy item path
Source
pub trait IntoPakValue { // Required method fn
into_pak_value
(self) ->
PakValue
; }
Required Methods
§
Source
fn
into_pak_value
(self) ->
PakValue
Implementations on Foreign Types
§
Source
§
impl<T>
IntoPakValue
for
Option
<T>
where T:
IntoPakValue
,
Source
§
fn
into_pak_value
(self) ->
PakValue
Source
§
impl<T>
IntoPakValue
for
Vec
<T>
where T:
IntoPakValue
,
Source
§
fn
into_pak_value
(self) ->
PakValue
Implementors
§
Source
§
impl<T>
IntoPakValue
for T
where T:
Into
<
PakValue
>,