uniffi_
meta
0.25.3
AsType
Required Methods
as_type
Implementors
In crate uniffi_
meta
uniffi_meta
Trait
AsType
Copy item path
Source
pub trait AsType:
Debug
{ // Required method fn
as_type
(&self) ->
Type
; }
Required Methods
§
Source
fn
as_type
(&self) ->
Type
Implementors
§
Source
§
impl
AsType
for
Type
Source
§
impl<T, C>
AsType
for T
where T:
Deref
<Target = C> +
Debug
, C:
AsType
,