MCPcopy 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
63impl<T> Default for ActorChannel<T> {

Callers 15

mouseupMethod · 0.80
mousemoveMethod · 0.80
mousewheelMethod · 0.80
keyupMethod · 0.80
keydownMethod · 0.80
textinputMethod · 0.80
mouseupMethod · 0.80
mousemoveMethod · 0.80
mousewheelMethod · 0.80
keyupMethod · 0.80
keydownMethod · 0.80
textinputMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected