#[derive(SinglyLinkedListContainable)]
{
// Attributes available to this derive:
#[sll_node]
}
Expand description
Derive macro to implement SinglyLinkedListContainable for a struct.
Mark fields that are nodes with #[sll_node]. To support multiple lists, use
#[sll_node(tag = MyTag)].