struct

Tracing::Core::Span::Id

Inherits Struct < Value < Object

Identifies a span within the context of a subscriber.

Constructors

from_u64(u : UInt64) : self
Source
new(id : UInt64)
Source

Instance methods

==(other : Id) : Bool
Source
hash(hasher)

See Object#hash(hasher)

Source
into_u64
Source
to_s(io : IO) : Nil

Same as #inspect(io).

Source