agde_io
0.1.0
Platform
Ext
Tuple Fields
0
Methods
receiver
send
sender
Trait Implementations
Clone
Debug
From<P>
Auto Trait Implementations
Freeze
RefUnwindSafe
Send
Sync
Unpin
UnwindSafe
Blanket Implementations
Any
Borrow<T>
BorrowMut<T>
CloneToUninit
From<T>
Into<U>
ToOwned
TryFrom<U>
TryInto<U>
VZip<V>
In crate agde_
io
agde_io
Struct
PlatformExt
Copy item path
source
pub struct PlatformExt<P:
Platform
>(pub P);
Tuple Fields
§
§
0: P
Implementations
§
source
§
impl<P:
Platform
>
PlatformExt
<P>
source
pub async fn
send
(&self, msg: &
Message
) ->
Result
<
()
,
ApplicationError
>
source
pub fn
sender
(&self) -> &Mutex<P::
Sender
>
source
pub fn
receiver
(&self) -> &Mutex<P::
Receiver
>
Trait Implementations
§
source
§
impl<P: