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

Method moved

src/foundation/material_application_host.rs:144–152  ·  view source on GitHub ↗
(
        &mut self,
        runner: &mut MaterialApplication,
        context: &mut Self::Context,
        x: i32,
        y: i32,
    )

Source from the content-addressed store, hash-verified

142 }
143
144 fn moved(
145 &mut self,
146 runner: &mut MaterialApplication,
147 context: &mut Self::Context,
148 x: i32,
149 y: i32,
150 ) -> Pin<Box<dyn Future<Output = ()> + Send>> {
151 Box::pin(future::ready(()))
152 }
153
154 fn close(
155 &mut self,

Callers 1

runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected