clippy_
utils
1.83.0-nightly
(2bd1e894e 2024-09-26)
Meet
Required Methods
meet
Implementations on Foreign Types
Option<DefId>
Object Safety
Implementors
In clippy_
utils::
ty::
type_
certainty::
certainty
clippy_utils
::
ty
::
type_certainty
::
certainty
Trait
Meet
Copy item path
source
pub trait Meet { // Required method fn
meet
(self, other: Self) -> Self; }
Required Methods
§
source
fn
meet
(self, other: Self) -> Self
Object Safety
§
This trait is
not
object safe
.
Implementations on Foreign Types
§
source
§
impl
Meet
for
Option
<
DefId
>
source
§
fn
meet
(self, other: Self) -> Self
Implementors
§
source
§
impl
Meet
for
Certainty