Type Alias DoubleSemicolon

Source
pub type DoubleSemicolon = Operator<{ _ }, { _ }, { _ }, { _ }>;
Expand description

Represents the double semicolon ‘::’ operator.

Aliased Type§

struct DoubleSemicolon;