connect_at

Function connect_at 

Source
pub fn connect_at(
    endpoint: String,
    callback: impl FnMut(DevserverMsg) + Send + 'static,
)