☰
partiql_value
0.5.0
BinaryOr
Required Associated Types
Output
Required Methods
or
Implementors
In crate partiql_value
?
Trait
partiql_value
::
BinaryOr
source
·
[
−
]
pub trait BinaryOr { type
Output
; // Required method fn
or
(&self, rhs:
&Self
) -> Self::
Output
; }
Required Associated Types
§
source
type
Output
Required Methods
§
source
fn
or
(&self, rhs:
&Self
) -> Self::
Output
Implementors
§
source
§
impl
BinaryOr
for
Value
§
type
Output
=
Value