Module has_get

Source
Expand description

This module contains the HasGet trait and its API trait HasGetAPI.

Traitsยง

HasGet
This is the trait one should implement to provide a way to get branches by their path segments.
HasGetAPI
This is an API trait for getting branches by their path segments.
HasGetMut