agde_io
0.1.0
Handle
Methods
state
wait
Auto Trait Implementations
!RefUnwindSafe
!UnwindSafe
Freeze
Send
Sync
Unpin
Blanket Implementations
Any
Borrow<T>
BorrowMut<T>
From<T>
Into<U>
TryFrom<U>
TryInto<U>
VZip<V>
In crate agde_
io
agde_io
Struct
Handle
Copy item path
source
pub struct Handle<P:
Platform
> {
/* private fields */
}
Implementations
§
source
§
impl<P:
Platform
>
Handle
<P>
source
pub fn
state
(&self) -> &
StateHandle
<P>
source
pub async fn
wait
(self) ->
Result
<
()
,
ApplicationError
>
Auto Trait Implementations
§
§
impl<P>
Freeze
for
Handle
<P>
where P:
Freeze
,
§
impl<P> !
RefUnwindSafe
for
Handle
<P>
§
impl<P>
Send
for
Handle
<P>
§
impl<P>
Sync
for
Handle
<P>