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