Function rerun_bindings::python_bridge::log_file_from_contents

source ยท
fn log_file_from_contents(
    py: Python<'_>,
    file_path: PathBuf,
    file_contents: &[u8],
    entity_path_prefix: Option<String>,
    static_: bool,
    recording: Option<&PyRecordingStream>,
) -> PyResult<()>