fn connect_grpc_blueprint(
url: Option<String>,
make_active: bool,
make_default: bool,
blueprint_stream: &PyRecordingStream,
py: Python<'_>,
) -> PyResult<()>
Expand description
Special binding for directly sending a blueprint stream to a connection.