Function connect_at

Source
pub fn connect_at(
    socket: PathBuf,
    callback: impl FnMut(HotReloadMsg) + Send + 'static,
)