MCPcopy Create free account
hub / github.com/angular-rust/ux-components / received_character

Method received_character

src/foundation/material_application_host.rs:196–203  ·  view source on GitHub ↗
(
        &mut self,
        runner: &mut MaterialApplication,
        context: &mut Self::Context,
        character: char,
    )

Source from the content-addressed store, hash-verified

194 }
195
196 fn received_character(
197 &mut self,
198 runner: &mut MaterialApplication,
199 context: &mut Self::Context,
200 character: char,
201 ) -> Pin<Box<dyn Future<Output = ()> + Send>> {
202 Box::pin(future::ready(()))
203 }
204
205 fn focused(
206 &mut self,

Callers 1

runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected