Function biodivine_sketchbook::sketchbook::event_utils::make_refresh_event
source · pub(crate) fn make_refresh_event<T>(
full_path: &[String],
item_list: Vec<T>,
) -> Result<Event, DynError>where
T: Serialize,
Expand description
Shorthand to create a “refresh” event for a list of items.