pub fn realize_site_fragment(
cx: &mut Cx,
fragment: PlacedFragment,
site: &dyn Site,
) -> Result<Vec<StreamEnvelope>>Expand description
Realizes a placed fragment on site, returning the resulting stream
envelopes for its output edges.