Function rerun_bindings::python_bridge::log_file_from_path

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