Sha256: 5d5ad733343280a64a1feb6a008e186c39305ec554f14279012b8d7915821471
Contents?: true
Size: 263 Bytes
Versions: 38
Compression:
Stored size: 263 Bytes
Contents
use crate::span::Id; #[derive(Debug)] pub(crate) enum Parent { /// The new span will be a root span. Root, /// The new span will be rooted in the current span. Current, /// The new span has an explicitly-specified parent. Explicit(Id), }
Version data entries
38 entries across 38 versions & 1 rubygems