☰
AsType
AsType
Required Methods
as_type
Implementors
In uniffi_bindgen::interface
Modules
callbacks
enum_
ffi
function
object
record
universe
Structs
Argument
CallbackInterface
ComponentInterface
Constructor
Enum
Field
Function
Method
Object
Record
RecursiveTypeIterator
ResultType
Variant
Enums
ExternalKind
ObjectImpl
Radix
Type
UniffiTrait
Traits
AsType
Callable
Functions
get_callback_interface
get_object
throws_name
Type Definitions
Literal
?
Trait
uniffi_bindgen
::
interface
::
AsType
[
−
]
pub trait AsType:
Debug
{ // Required method fn
as_type
(&self) ->
Type
; }
Required Methods
§
fn
as_type
(&self) ->
Type
Implementors
§
§
impl
AsType
for
Type
source
§
impl
AsType
for
CallbackInterface
source
§
impl
AsType
for
Enum
source
§
impl
AsType
for
Argument
source
§
impl
AsType
for
Object
source
§
impl
AsType
for
Field
source
§
impl
AsType
for
Record
§
impl<T, C>
AsType
for T
where T:
Deref
<Target = C> +
Debug
, C:
AsType
,