spade_
typeinference
0.13.0
Into
Impl
Target
Required Methods
into_impl_target
Implementations on Foreign Types
KnownType
Implementors
In spade_
typeinference::
method_
resolution
spade_typeinference
::
method_resolution
Trait
IntoImplTarget
Copy item path
Source
pub trait IntoImplTarget { // Required method fn
into_impl_target
(&self) ->
Option
<ImplTarget>; }
Required Methods
§
Source
fn
into_impl_target
(&self) ->
Option
<ImplTarget>
Implementations on Foreign Types
§
Source
§
impl
IntoImplTarget
for KnownType
Source
§
fn
into_impl_target
(&self) ->
Option
<ImplTarget>
Implementors
§