Search
@type tree_map() :: %{required(tree_path()) => any()}
@type tree_path() :: Vectoree.TreePath.t()
@callback handle_notify(tree_path(), tree_map(), any()) :: any()