☰
partiql_value
0.5.0
UnaryPlus
Required Associated Types
Output
Required Methods
positive
Implementors
In crate partiql_value
?
Trait
partiql_value
::
UnaryPlus
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
§
type
Output
=
Value