Function veloren_common_dynlib::event_fn
source ยท pub(crate) fn event_fn(res: Result<Event>, sender: &Sender<String>)
Expand description
Event function to hotreload the dynamic library
This is called by the watcher to filter for modify events on .rs
files
before sending them back.