Docs.rs
partiql-value-0.14.0
partiql-value 0.14.0
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
almann
github:partiql:ion
jpschorr
am357
alancai98
Dependencies
delegate ^0.13
normal
dyn-clone ^1
normal
dyn-hash ^0.2
normal
itertools ^0.14
normal
lasso ^0.7
normal
ordered-float ^5
normal
partiql-common 0.14.*
normal
partiql-types 0.14.*
normal
pretty ^0.12
normal
rust_decimal ^1.36.0
normal
rust_decimal_macros ^1.36
normal
serde ^1
normal
optional
thiserror ^1.0
normal
time ^0.3
normal
typetag ^0.2
normal
optional
unicase ^2.7
normal
Versions
9.48%
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
UnaryPlus
partiql_
value
0.14.0
Unary
Plus
Required Associated Types
Output
Required Methods
positive
Implementors
In crate partiql_
value
partiql_value
Trait
Unary
Plus
Copy item path
Source
pub trait UnaryPlus { type
Output
; // Required method fn
positive
(self) -> Self::
Output
; }
Required Associated Types
§
Source
type
Output
Required Methods
§
Source
fn
positive
(self) -> Self::
Output
Implementors
§
Source
§
impl
UnaryPlus
for
Value
Source
§
type
Output
=
Value