geeseofbeverlyroad

Results 4 comments of geeseofbeverlyroad

Hi! Just came here to ask about something I assume might be similar. I am looking for a way to assign some `Fn` to call when the current Source has...

OK seems like this works: ``` let actual_source = /* your actual source */; sink.append(actual_source); let callback_source = EmptyCallback::::new(Box::new(|| println!("actual source has ended!"))); sink.append(callback_source); ``` It's quite a strange approach...

For my use case, which is a Tauri-based music player (a Rust app with a web UI), it would help a lot to have a callback assignable to source changes...

Having the same issue: frequently visited URLs show up in the search bar regardless of any other settings. Does not happen on Firefox with those same settings.