chalk_integration
0.98.0-dev.0
Upcast
Required Methods
upcast
Implementors
In chalk_integration::query
Trait
chalk_integration
::
query
::
Upcast
Copy item path
source
·
[
−
]
pub trait Upcast<U: ?
Sized
> { // Required method fn
upcast
(&self) ->
&U
; }
Required Methods
§
source
fn
upcast
(&self) ->
&U
Implementors
§
source
§
impl<T: ?
Sized
, U>
Upcast
<U> for T
where U:
UpcastFrom
<T> + ?
Sized
,