MCPcopy Create free account
hub / github.com/bajrangCoder/setu / focus_handle

Method focus_handle

src/components/audio_player.rs:410–412  ·  view source on GitHub ↗
(&self, _cx: &App)

Source from the content-addressed store, hash-verified

408 }
409}
410
411impl Render for AudioPlayer {
412 fn render(&mut self, window: &mut Window, cx: &mut Context<Self>) -> impl IntoElement {
413 self.sync_playback_state();
414 if self.playback_state == PlaybackState::Playing {
415 window.request_animation_frame();

Callers 1

newMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected