paralegal_spdg

Type Alias Function

Source
pub type Function = Identifier;
Expand description

Identifiers for functions

Aliased Type§

struct Function(pub(crate) Intern<String>);

Fields§

§0: Intern<String>