struct

Tracing::Core::Callsite::Identifier

Inherits Struct < Value < Object

An opaque identifier for a callsite.

Constructors

new(ptr : Pointer(Void) = Pointer(Void).null)
Source

Instance methods

==(other : Identifier) : Bool
Source
to_s(io : IO) : Nil

Same as #inspect(io).

Source