Skip to main content

ConstellationServeHandler

Type Alias ConstellationServeHandler 

Source
pub type ConstellationServeHandler = fn(constellations_root: PathBuf, name: String, port: u16, open_browser: bool) -> Pin<Box<dyn Future<Output = ()> + Send>>;