input_
pipeline
0.0.1
AsRcAny
Required Methods
as_rc_any
Implementors
In input_
pipeline::
input_
handler
input_pipeline
::
input_handler
Trait
AsRcAny
Copy item path
Source
pub trait AsRcAny { // Required method fn
as_rc_any
(self:
Rc
<Self>) ->
Rc
<dyn
Any
>; }
Required Methods
§
Source
fn
as_rc_any
(self:
Rc
<Self>) ->
Rc
<dyn
Any
>
Implementors
§
Source
§
impl<T:
Any
>
AsRcAny
for T