Skip to main content

ConstellationMaterializeHandler

Type Alias ConstellationMaterializeHandler 

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