☰
UpcastAny
Required Methods
upcast_any
Implementors
In safer_ffi::headers::languages
?
Trait
safer_ffi
::
headers
::
languages
::
UpcastAny
source
·
[
−
]
pub trait UpcastAny: 'static { // Required method fn
upcast_any
(&self) -> &dyn
Any
; }
Available on
crate feature
headers
only.
Required Methods
§
source
fn
upcast_any
(&self) -> &dyn
Any
Implementors
§
source
§
impl<T: 'static>
UpcastAny
for T