Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular-rust/ux-components
/ try_send
Method
try_send
src/elements/widget_component.rs:58–60 ·
view source on GitHub ↗
(&self, msg: T)
Source
from the content-addressed store, hash-verified
56
}
57
58
pub fn try_send(&self, msg: T) -> Result<(), TrySendError<T>> {
59
self.addr.try_send(msg)
60
}
61
}
62
63
impl<T> Default for ActorChannel<T> {
Callers
15
mouseup
Method · 0.80
mousemove
Method · 0.80
mousewheel
Method · 0.80
keyup
Method · 0.80
keydown
Method · 0.80
textinput
Method · 0.80
mouseup
Method · 0.80
mousemove
Method · 0.80
mousewheel
Method · 0.80
keyup
Method · 0.80
keydown
Method · 0.80
textinput
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected