File tree Expand file tree Collapse file tree 2 files changed +0
-22
lines changed
docs/modules/ROOT/partials/rust/connection Expand file tree Collapse file tree 2 files changed +0
-22
lines changed Original file line number Diff line number Diff line change @@ -32,27 +32,6 @@ Result
3232driver.force_close()
3333----
3434
35- [#_struct_TypeDBDriver_init_logging_ ]
36- ==== init_logging
37-
38- [source,rust]
39- ----
40- pub fn init_logging()
41- ----
42-
43- Initialize logging configuration for the TypeDB driver.
44-
45- This function sets up tracing with the following priority:
46-
47- The logging is initialized only once using a static flag to prevent multiple initializations in applications that create multiple drivers.
48-
49- [caption=""]
50- .Returns
51- [source,rust]
52- ----
53- null
54- ----
55-
5635[#_struct_TypeDBDriver_is_open_ ]
5736==== is_open
5837
Original file line number Diff line number Diff line change @@ -54,7 +54,6 @@ impl TypeDBDriver {
5454
5555 pub const DEFAULT_ADDRESS : & ' static str = "localhost:1729" ;
5656
57-
5857 /// Creates a new TypeDB Server connection.
5958 ///
6059 /// # Arguments
You can’t perform that action at this time.
0 commit comments