Struct rill_protocol::pathfinder::Record [−][src]
pub struct Record<T> { /* fields omitted */ }Implementations
Creates nodes for the provided Path.
It returns empty record if value is not exists and you
have to use set_link method to assign a value to it.
Tries to find a Record for the Path, but it it’s not
exists than it returned the last record in a chain and the
remained (unprocessed) Path.
Returns the Record for the Path or None if the Record not
exists for the path.