Docs.rs
pak-db-0.1.1
pak-db 0.1.1
Docs.rs crate page
MIT
OR
Apache-2.0
Links
crates.io
Source
Owners
MrVintage710
Dependencies
bincode ^1.3.3
normal
serde ^1.0.218
normal
thiserror ^2.0.12
normal
Versions
24.24%
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
pak_db
0.1.1
Into
PakValue
Required Methods
into_pak_value
Implementations on Foreign Types
Option<T>
Implementors
In pak_
db::
value
pak_db
::
value
Trait
IntoPakValue
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
Implementors
§
Source
§
impl<T>
IntoPakValue
for T
where T:
Into
<
PakValue
>,