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

Method before_event

src/foundation/material_application_host.rs:408–415  ·  view source on GitHub ↗
(
        &mut self,
        runner: &mut MaterialApplication,
        context: &mut Self::Context,
        event: &WindowEvent,
    )

Source from the content-addressed store, hash-verified

406 }
407
408 fn before_event(
409 &mut self,
410 runner: &mut MaterialApplication,
411 context: &mut Self::Context,
412 event: &WindowEvent,
413 ) -> Pin<Box<dyn Future<Output = ()> + Send>> {
414 Box::pin(future::ready(()))
415 }
416
417 fn after_event(
418 &mut self,

Callers 1

runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected