calyx_utils

Type Alias GSym

Source
pub type GSym = GlobalSymbol;

Aliased Type§

struct GSym(/* private fields */);

Trait Implementations§

Source§

impl From<&Id> for GSym

Source§

fn from(id: &Id) -> Self

Converts to this type from the input type.
Source§

impl From<Id> for GSym

Source§

fn from(id: Id) -> Self

Converts to this type from the input type.