Skip to main content

get

Method
This is a method of the Knowledge class in the knowledge module.
Get document by ID

Signature

def get(&self, id: &str) -> Option<&Document>

Parameters

id
&str
required
No description available.

Returns

Returns
Option<&Document>
The result of the operation.