pub struct RfcGraph { /* private fields */ }
Expand description
The RfcGraph type, wrapping all the logics of this crate.
Use the function RfcGraph::get
Initialize a RfcGraph object and query the graph around the node root.
The function will iterate in the graph recursively for recursion_max.
Will initialize a graph model, and load a cache.json file to reduce web query.
Returns the “default value” for a type.
Read more
Will save the cache.json file for next usage.
Executes the destructor for this type.
Read more
Immutably borrows from an owned value.
Read more
Mutably borrows from an owned value.
Read more
Returns the argument unchanged.
Instruments this type with the provided
Span, returning an
Instrumented wrapper.
Read more
Calls U::from(self).
That is, this conversion is whatever the implementation of
From<T> for U chooses to do.
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.