[][src]Function xc2par::xc2par_complete_flow

pub fn xc2par_complete_flow<R, W, L>(
    options: &XC2ParOptions,
    device_type: XC2DeviceSpeedPackage,
    input: R,
    output: W,
    logger: L
) -> Result<(), PARFlowError> where
    R: Read,
    W: Write,
    L: Into<Option<Logger>>,