Module tcgeneric::id[][src]

A generic Id

Structs

Id

A generic Id

Label

A static label which implements Into<Id>.

PathLabel

A constant representing a TCPathBuf.

TCPath

A borrowed Tinychain path which implements fmt::Display.

TCPathBuf

A Tinychain path.

Functions

label

Return a Label with the given static str.

path_label

Return a PathLabel with the given segments.

Type Definitions

PathSegment

An alias for Id used for code clarity.