[][src]Function kompact::biconnect

pub fn biconnect<P, C1, C2>(
    prov: &mut ProvidedPort<P, C1>,
    req: &mut RequiredPort<P, C2>
) where
    P: Port,
    C1: ComponentDefinition + Sized + 'static + Provide<P>,
    C2: ComponentDefinition + Sized + 'static + Require<P>,